Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Oct 11, 2023
1 parent 4641872 commit bff7981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.CICD_PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/hash-laboratories-au/xinfin-script/actions/workflows/test-ansible.yaml/dispatches \
-d '{"ref":"test-ansible", "inputs":{"caller_repo": "${{ env.GITHUB_REPOSITORY }}", "caller_ref": "${{ env.GITHUB_REF_NAME }}", "caller_sha": "${{ env.GITHUB_SHA }}"}}' \
-d '{"ref":"test-ansible", "inputs":{"caller_repo": "${{ github.repository }}", "caller_ref": "${{ github.ref.name }}", "caller_sha": "${{ github.sha }}"}}' \
)" >> $GITHUB_ENV
- name: Check response fail or success
Expand Down

0 comments on commit bff7981

Please sign in to comment.