Skip to content

Commit

Permalink
try PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Apr 19, 2023
1 parent 52ed204 commit b5964a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/atest.yml
Expand Up @@ -13,6 +13,7 @@ jobs:
runs-on: linux.2xlarge
env:
PR_NUMBER: ${{ github.event.number }}
EVENT_PR_NUMBER: ${{ github.event.pull_request.number }}
THE_REST: "${{ github.event.pull_requests }}"
steps:
- name: "print stuff"
Expand All @@ -21,6 +22,9 @@ jobs:
- name: "print more"
run: |
echo ${PR_NUMBER}
- name: "print EVENT_PR_NUMBER"
run: |
echo ${EVENT_PR_NUMBER}
- name: "print and more"
run: |
echo ${THE_REST}

0 comments on commit b5964a0

Please sign in to comment.