Skip to content

Commit

Permalink
[CI] use simpler form of github context: head_sha
Browse files Browse the repository at this point in the history
  • Loading branch information
tworec committed Apr 27, 2021
1 parent 8d89e46 commit c25f488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
workflow: rust.yml
commit: ${{github.event.workflow_run.head_commit.id}}
commit: ${{github.event.workflow_run.head_sha}}
workflow_conclusion: success
name: 'Yagna Linux'
path: /tmp/yagna-build
Expand Down

0 comments on commit c25f488

Please sign in to comment.