mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +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
|
||||
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue