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 17, 2023
1 parent ef23cc7 commit c92e756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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`
[[ -d .git ]] && gut pull --force || gh run --repo ${OTHER_REPO} download ${RUN_ID} -n ${ARTIFACT_NAME}
[[ -d .git ]] && git pull --force || gh run --repo ${OTHER_REPO} download ${RUN_ID} -n ${ARTIFACT_NAME}
cat README.md
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c92e756

Please sign in to comment.