Skip to content

Commit

Permalink
Merge pull request #1733 from vprashar2929/use-sha
Browse files Browse the repository at this point in the history
fix(ci): use SHA for checkout
  • Loading branch information
sthaha authored Aug 26, 2024
2 parents f29d3c2 + 2368f88 commit 112a810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mock_acpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ success() }}
uses: actions/checkout@v3
with:
ref: ${{ steps.pr_branch.outputs.head_ref }}
ref: ${{ steps.pr_branch.outputs.head_sha }}

- name: metal-runner-action
uses: equinix-labs/[email protected]
Expand Down

0 comments on commit 112a810

Please sign in to comment.