Skip to content

Commit

Permalink
Merge pull request #204 from cloudsufi/updateGitubActions
Browse files Browse the repository at this point in the history
Updating checkout action in Build.yaml. Needed to fix build.
  • Loading branch information
aviachar authored May 4, 2023
2 parents 8c568dd + ec75031 commit ce3ddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit ce3ddc0

Please sign in to comment.