1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Update test.yml

This commit is contained in:
Minionguyjpro
2024-01-11 17:51:26 +01:00
committed by GitHub
parent bac3440887
commit 721aaa721b

View File

@@ -36,18 +36,18 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PAT_TO_PUSH }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Commit files
- name: Setup GitHub Actions bot
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add -A
git commit -a -m "Update CJS script (automated by GitHub Actions)"
- name: Push changes
uses: ad-m/github-push-action@master
- name: Commit and push changes
uses: devops-infra/action-commit-push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
github_token: "${{ secrets.GITHUB_TOKEN }}"
commit_prefix: "[AUTO]"
commit_message: "Update CJS script"
test:
needs: build
runs-on: windows-latest