Skip to content

Commit

Permalink
use actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed Apr 19, 2023
1 parent 834bada commit 871b802
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/atest.yml
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
github-token: ${{ GITHUB_REF }}

- name: Get output from action
run: |
echo ${{ steps.upload-pytest-cache.outputs.pr-identifier }}
- name: "print GH_REF"
run: |
echo ${GH_REF}
Expand Down

0 comments on commit 871b802

Please sign in to comment.