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-21 09:47:07 +01:00
committed by GitHub
parent b9f082b4b3
commit c8a7a4c12b

View File

@@ -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: