mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
ci/update-vendor-hash: checkout pr itself
This commit is contained in:
parent
a69e3ca7dc
commit
b472c58559
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-vendor-hash.yml
vendored
1
.github/workflows/update-vendor-hash.yml
vendored
|
@ -11,6 +11,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v22
|
||||
|
|
Loading…
Reference in a new issue