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 d43c5bb commit 60f5dfaCopy full SHA for 60f5dfa
.github/workflows/nightlies.yml
@@ -10,9 +10,10 @@ jobs:
10
runs-on: ubuntu-latest
11
timeout-minutes: 60
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v2
14
with:
15
ref: main
16
+ persist-credentials: false
17
- name: Create nightly commit
18
shell: bash
19
run: |
@@ -24,4 +25,4 @@ jobs:
24
25
# shellcheck disable=SC1083
26
NIGHTLY_RELEASE_COMMIT=$(git commit-tree -p FETCH_HEAD HEAD^{tree} -m "${NIGHTLY_DATE} nightly release (${HEAD_COMMIT_HASH})")
27
- git push -f origin "${NIGHTLY_RELEASE_COMMIT}:nightly"
28
+ git push -f origin "${NIGHTLY_RELEASE_COMMIT}:nightly"
0 commit comments