Skip to content

Commit 19cf6ba

Browse files
committed
lint
1 parent f6b306b commit 19cf6ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/push-to-prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout develop branch
11-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1212
with:
1313
persist-credentials: false
1414
ref: 'develop'
@@ -27,4 +27,3 @@ jobs:
2727
run: |
2828
git push origin develop:main --force
2929
git push origin develop:docs --force
30-

0 commit comments

Comments
 (0)