mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +00:00
Simplify monthly nightly update workflow
This commit is contained in:
parent
22713493d8
commit
a03a04bcc6
1 changed files with 0 additions and 3 deletions
3
.github/workflows/monthly-nightly-update.yml
vendored
3
.github/workflows/monthly-nightly-update.yml
vendored
|
@ -17,7 +17,6 @@ jobs:
|
||||||
run: echo $(date +"nightly-%Y-%m"-01) > .github/nightly-version
|
run: echo $(date +"nightly-%Y-%m"-01) > .github/nightly-version
|
||||||
|
|
||||||
- name: Create the commit
|
- name: Create the commit
|
||||||
id: commit
|
|
||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions"
|
git config user.name "GitHub Actions"
|
||||||
git config user.email "<>"
|
git config user.email "<>"
|
||||||
|
@ -28,8 +27,6 @@ jobs:
|
||||||
git commit -m "Update nightly"
|
git commit -m "Update nightly"
|
||||||
git push -u origin $(date +"nightly-%Y-%m")
|
git push -u origin $(date +"nightly-%Y-%m")
|
||||||
|
|
||||||
echo "name=commit::$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
- name: Pull Request
|
- name: Pull Request
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue