Skip to content

Commit d9bca50

Browse files
authored
Merge pull request #9 from packagist/prepare-1.1.1
Prepare 1.1.1
2 parents 5104f18 + 686941b commit d9bca50

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
2121
- name: "Validate GitHub action version"
2222
shell: "bash"
23-
run: "${GITHUB_ACTION_PATH}/bin/ci_version_check.sh ${{ github.event.client_payload.requirements.minimumCiActionVersion }} 1.1.0"
23+
run: "${GITHUB_ACTION_PATH}/bin/ci_version_check.sh ${{ github.event.client_payload.requirements.minimumCiActionVersion }} 1.1.1"
2424

2525
- name: "Validate PHP version"
2626
shell: "bash"
@@ -79,9 +79,9 @@ runs:
7979

8080
- name: Call webhook from Private Packagist to create the PR
8181
shell: bash
82-
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.1.0\"}}' ${{ github.event.client_payload.webhook.executedUrl }}"
82+
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.1.1\"}}' ${{ github.event.client_payload.webhook.executedUrl }}"
8383

8484
- name: Call webhook from Private Packagist to notify about build failure
8585
shell: bash
8686
if: ${{ failure() }}
87-
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.1.0\"}}' ${{ github.event.client_payload.webhook.errorUrl }}"
87+
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.1.1\"}}' ${{ github.event.client_payload.webhook.errorUrl }}"

0 commit comments

Comments
 (0)