Simplify monthly nightly update workflow

This commit is contained in:
Luke Parker 2022-10-21 22:25:32 -04:00
parent 22713493d8
commit a03a04bcc6
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -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: