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:
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@@ -36,18 +36,18 @@ 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
|
- name: Setup GitHub Actions bot
|
||||||
run: |
|
run: |
|
||||||
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
git config --local user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "github-actions[bot]"
|
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
|
- name: Commit and push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: devops-infra/action-commit-push@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
branch: ${{ github.ref }}
|
commit_prefix: "[AUTO]"
|
||||||
|
commit_message: "Update CJS script"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user