Skip to content

Commit

Permalink
hmm
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 1afc15d commit 4c4ebf1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,9 @@ jobs:
echo ${{ needs.init.outputs.PULL_REQUEST_HEAD_REF }}
echo ${{ needs.init.outputs.PULL_REQUEST_BASE_REF }}
echo ${{ needs.init.outputs.PULL_REQUEST_CLONE_URL }}
- name: Apply PR 5
run: |
echo '${{ needs.init.outputs.PULL_REQUEST_HEAD_REF }}'
echo '${{ needs.init.outputs.PULL_REQUEST_BASE_REF }}'
echo '${{ needs.init.outputs.PULL_REQUEST_CLONE_URL }}'

0 comments on commit 4c4ebf1

Please sign in to comment.