mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Simplify monthly nightly update workflow
This commit is contained in:
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
|
||||
|
||||
- name: Create the commit
|
||||
id: commit
|
||||
run: |
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "<>"
|
||||
@@ -28,8 +27,6 @@ jobs:
|
||||
git commit -m "Update nightly"
|
||||
git push -u origin $(date +"nightly-%Y-%m")
|
||||
|
||||
echo "name=commit::$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Pull Request
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user