Skip to content

Commit 60f5dfa

Browse files
authored
Update nightly job to trigger build workflow
1 parent d43c5bb commit 60f5dfa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/nightlies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
timeout-minutes: 60
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v2
1414
with:
1515
ref: main
16+
persist-credentials: false
1617
- name: Create nightly commit
1718
shell: bash
1819
run: |
@@ -24,4 +25,4 @@ jobs:
2425
# shellcheck disable=SC1083
2526
NIGHTLY_RELEASE_COMMIT=$(git commit-tree -p FETCH_HEAD HEAD^{tree} -m "${NIGHTLY_DATE} nightly release (${HEAD_COMMIT_HASH})")
2627
# shellcheck disable=SC1083
27-
git push -f origin "${NIGHTLY_RELEASE_COMMIT}:nightly"
28+
git push -f origin "${NIGHTLY_RELEASE_COMMIT}:nightly"

0 commit comments

Comments
 (0)