We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b306b commit 19cf6baCopy full SHA for 19cf6ba
.github/workflows/push-to-prod.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout develop branch
11
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12
with:
13
persist-credentials: false
14
ref: 'develop'
@@ -27,4 +27,3 @@ jobs:
27
run: |
28
git push origin develop:main --force
29
git push origin develop:docs --force
30
-
0 commit comments