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-08 20:04:47 +01:00
committed by GitHub
parent 3fea4a97e5
commit d9b88622b6

View File

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