Fix indentation in workflow
Bypass rules yolo Signed-off-by: Tobias Berger <toby@tobot.dev>
This commit is contained in:
parent
c4ffead268
commit
5b25fcb2c5
|
|
@ -35,11 +35,11 @@ jobs:
|
|||
# https://github.com/stefanzweifel/git-auto-commit-action#push-to-protected-branches
|
||||
|
||||
- name: Commit new credit files
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: Update Credits
|
||||
commit_author: DeltaV-Bot <github@deltav.gay>
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: Update Credits
|
||||
commit_author: DeltaV-Bot <github@deltav.gay>
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# This will make a PR
|
||||
# - name: Set current date as env variable
|
||||
|
|
|
|||
Loading…
Reference in New Issue