Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed May 6, 2024
1 parent 1356b76 commit a829da5
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,24 @@ jobs:
PULL_REQUEST_BASE_REF: ${{ github.event.pull_request.base.ref }}
PULL_REQUEST_CLONE_URL: ${{ github.event.pull_request.head.repo.clone_url }}
run: |
echo $PULL_REQUEST_HEAD_REF
echo $PULL_REQUEST_BASE_REF
echo $PULL_REQUEST_CLONE_URL
echo pr/$PULL_REQUEST_HEAD_REF
echo pr/$PULL_REQUEST_BASE_REF
echo pr/$PULL_REQUEST_CLONE_URL
- name: Apply PR old
run: |
echo ${{ github.event.pull_request.head.ref }}
echo ${{ github.event.pull_request.base.ref }}
echo ${{ github.event.pull_request.head.repo.clone_url }}
echo pr/${{ github.event.pull_request.head.ref }}
echo pr/${{ github.event.pull_request.base.ref }}
echo pr/${{ github.event.pull_request.head.repo.clone_url }}
- name: Apply PR 2
run: |
echo '${{ github.event.pull_request.head.ref }}'
echo '${{ github.event.pull_request.base.ref }}'
echo '${{ github.event.pull_request.head.repo.clone_url }}'
echo 'pr/${{ github.event.pull_request.head.ref }}'
echo 'pr/${{ github.event.pull_request.base.ref }}'
echo 'pr/${{ github.event.pull_request.head.repo.clone_url }}'
- name: Apply PR 3
run: |
echo pr/'${{ github.event.pull_request.head.ref }}'
echo pr/'${{ github.event.pull_request.base.ref }}'
echo pr/'${{ github.event.pull_request.head.repo.clone_url }}'

0 comments on commit a829da5

Please sign in to comment.