Skip to content

Commit

Permalink
add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware committed Oct 22, 2024
1 parent 7335da3 commit a5debd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/updload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: set env vars
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -61,8 +63,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a5debd3

Please sign in to comment.