Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03978d commit 58e1b5bCopy full SHA for 58e1b5b
.github/workflows/action.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: create a failure
51
id: failure_step
52
env:
53
- PR: ${{ github.event.pull_request.comments_url }}
+ PR: ${{ github }}
54
run: |
55
echo "Hello"
56
echo ${{ env.PR }}
0 commit comments