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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
commit_prefix: "[AUTO]"
|
commit_prefix: "[AUTO]"
|
||||||
commit_message: "Update CJS script"
|
commit_message: "Update CJS script"
|
||||||
if: ${{ github.event_name != "pull_request" }}
|
if: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
||||||
- name: Commit and Push Changes (PR)
|
- name: Commit and Push Changes (PR)
|
||||||
uses: devops-infra/action-commit-push@v2
|
uses: devops-infra/action-commit-push@v2
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
commit_prefix: "[AUTO]"
|
commit_prefix: "[AUTO]"
|
||||||
commit_message: "Update CJS script"
|
commit_message: "Update CJS script"
|
||||||
branch: ${{ github.event.pull_request.head.ref }}
|
branch: ${{ github.event.pull_request.head.ref }}
|
||||||
if: ${{ github.event_name == "pull_request" }}
|
if: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user