Skip to content

Commit

Permalink
ci: Physmon create dir before saving PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Oct 21, 2022
1 parent e3947c1 commit d377c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
- name: Save PR number
if: ${{ github.event_name == 'pull_request' }}
run: |
mkdir -p physmon
echo ${{ github.event.number }} > physmon/pr_number
echo ${{ github.event.pull_request.head.sha }} > physmon/sha
Expand Down

0 comments on commit d377c60

Please sign in to comment.