Skip to content

Commit 3142f50

Browse files
committed
Prepare 1.3.0
1 parent 63ce644 commit 3142f50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
2525
- name: "Validate GitHub action version"
2626
shell: "bash"
27-
run: "${GITHUB_ACTION_PATH}/bin/ci_version_check.sh ${{ github.event.client_payload.requirements.minimumCiActionVersion }} 1.2.0"
27+
run: "${GITHUB_ACTION_PATH}/bin/ci_version_check.sh ${{ github.event.client_payload.requirements.minimumCiActionVersion }} 1.3.0"
2828

2929
- name: "Validate PHP version"
3030
shell: "bash"
@@ -94,9 +94,9 @@ runs:
9494

9595
- name: Call webhook from Private Packagist to create the pull request
9696
shell: bash
97-
run: "curl -fsSL -X POST -u ${{ github.event.client_payload.webhook.authentication.username }}:${{ github.event.client_payload.webhook.authentication.password }} --header \"Content-Type: application/json\" --data '{\"runId\":\"${{github.run_id}}\",\"numberOfChangedFiles\":\"${{ steps.number_of_changed_files.outputs.COUNT }}\",\"versions\":{\"ciScriptVersion\":\"1.2.0\"}}' ${{ github.event.client_payload.webhook.executedUrl }}"
97+
run: "curl -fsSL -X POST -u ${{ github.event.client_payload.webhook.authentication.username }}:${{ github.event.client_payload.webhook.authentication.password }} --header \"Content-Type: application/json\" --data '{\"runId\":\"${{github.run_id}}\",\"numberOfChangedFiles\":\"${{ steps.number_of_changed_files.outputs.COUNT }}\",\"versions\":{\"ciScriptVersion\":\"1.3.0\"}}' ${{ github.event.client_payload.webhook.executedUrl }}"
9898

9999
- name: Call webhook from Private Packagist to notify about build failure
100100
shell: bash
101101
if: ${{ failure() }}
102-
run: "curl -fsSL -X POST -u ${{ github.event.client_payload.webhook.authentication.username }}:${{ github.event.client_payload.webhook.authentication.password }} --header \"Content-Type: application/json\" --data '{\"runId\":\"${{github.run_id}}\",\"versions\":{\"ciScriptVersion\":\"1.2.0\"}}' ${{ github.event.client_payload.webhook.errorUrl }}"
102+
run: "curl -fsSL -X POST -u ${{ github.event.client_payload.webhook.authentication.username }}:${{ github.event.client_payload.webhook.authentication.password }} --header \"Content-Type: application/json\" --data '{\"runId\":\"${{github.run_id}}\",\"versions\":{\"ciScriptVersion\":\"1.3.0\"}}' ${{ github.event.client_payload.webhook.errorUrl }}"

0 commit comments

Comments
 (0)