mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
ci: Don't use digest
This commit is contained in:
parent
6cc6de7ac4
commit
06958a733c
7 changed files with 8 additions and 8 deletions
|
@ -32,14 +32,14 @@ jobs:
|
|||
private-key: "${{ secrets.BJWS_APP_PRIVATE_KEY }}"
|
||||
|
||||
- name: Checkout charts branch
|
||||
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
path: "src"
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Checkout gh-pages branch
|
||||
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
path: "dest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue