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 4ae66cb commit 834bada
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/atest.yml
Expand Up @@ -20,12 +20,17 @@ jobs:
GH_SHA: ${{ github.sha }}
GH_REF: ${{ github.ref_name }}
steps:
# - name: Checkout PyTorch
# uses: pytorch/pytorch/.github/actions/checkout-pytorch@main
- name: Checkout PyTorch
uses: pytorch/pytorch/.github/actions/checkout-pytorch@main

# invoke the upload-pytest-cache github action

- name: Get workflow job id
id: upload-pytest-cache
uses: ./.github/actions/upload-pytest-cache
with:
github-token: ${{ GITHUB_REF }}

# - name: "print stuff"
# run: |
# git tag --points-at ${GH_SHA}
- name: "print GH_REF"
run: |
echo ${GH_REF}
Expand Down

0 comments on commit 834bada

Please sign in to comment.