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 b5964a0 commit dd6595b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/atest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ jobs:
PR_NUMBER: ${{ github.event.number }}
EVENT_PR_NUMBER: ${{ github.event.pull_request.number }}
THE_REST: "${{ github.event.pull_requests }}"
GH_SHA: ${{ github.sha }}
steps:
- name: "print stuff"
run: |
echo 'hi'
- name: "print more"
run: |
echo ${PR_NUMBER}
- name: "print GH_SHA"
run: |
echo ${GH_SHA}
- name: "print EVENT_PR_NUMBER"
run: |
echo ${EVENT_PR_NUMBER}
Expand Down

0 comments on commit dd6595b

Please sign in to comment.