Skip to content

Commit

Permalink
ci: Trigger a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 18, 2023
1 parent a74d06e commit 1ca6aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/esp-rs/rust-build/actions/workflows/4476169/dispatches \
https://api.github.com/repos/esp-rs/rust-build/actions/workflows/${{ matrix.workflow_name }}/dispatches \
-d '{"ref":"${{ github.event.inputs.rust_build_branch }}", "inputs": { "upload_artifacts":"${{ github.event.inputs.upload_artifacts }}", "rust_build_branch":"${{ github.event.inputs.rust_build_branch }}", "release_version":"${{ github.event.inputs.release_version }}", "rust_version":"${{ github.event.inputs.rust_version }}", "rust_target":"${{ matrix.workflow_name.target }}", "release_tag":"${{ github.event.inputs.release_tag }}" }}'

0 comments on commit 1ca6aac

Please sign in to comment.