Skip to content

Commit

Permalink
Merge pull request #693 from data-integrations/fix-github-workflow
Browse files Browse the repository at this point in the history
fix github workflow
  • Loading branch information
itsankit-google committed Jan 11, 2024
2 parents 5790e4b + bedff00 commit 4a405c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}
ref: ${{ github.event.workflow_run.head_sha }}
- name: Cache
uses: actions/cache@v3
with:
Expand All @@ -57,4 +57,4 @@ jobs:
with:
# GITHUB_TOKEN
github_token: ${{ secrets.GITHUB_TOKEN }}
commit: ${{ github.event.workflow_run.head_branch }}
commit: ${{ github.event.workflow_run.head_sha }}

0 comments on commit 4a405c9

Please sign in to comment.