Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
styelz authored Aug 6, 2023
1 parent 087e432 commit 09f4e8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
WF_NAME="build.yml"
ARTIFACT_NAME="test_artifact"
RUN_ID=`gh run --repo ${OTHER_REPO} list --workflow ${WF_NAME} --json databaseId --jq .[0].databaseId`
rm -rf . 2>/dev/null
gh run --repo ${OTHER_REPO} download ${RUN_ID} -n ${ARTIFACT_NAME}
gh run --repo ${OTHER_REPO} download --clobber ${RUN_ID} -n ${ARTIFACT_NAME}
cat README.md
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 09f4e8c

Please sign in to comment.