Skip to content

Commit

Permalink
Merge branch 'master' into new-test
Browse files Browse the repository at this point in the history
  • Loading branch information
up-to-date-action-staging[bot] authored Apr 24, 2024
2 parents 4f4ce87 + 04877f0 commit b67c6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Publish PR NUMBER
run: echo "$NUMBER"
env:
NUMBER: ${{toJson(github.event.workflow_run.pull_requests[0].number)}}
NUMBER: ${{ github.event.workflow_run.pull_requests[0].number }}
- name: Extract content of artifact
id: number
uses: Bullrich/[email protected]
Expand Down

0 comments on commit b67c6e3

Please sign in to comment.