Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy4495 committed Sep 1, 2023
1 parent 6a3f2ed commit e8bf46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dependent-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-dependent-repos:
runs-on: ubuntu-latest
steps:
- name: Trigger build on {{ repo-name }}
- name: Trigger build on ${{ inputs.repo-name }}
run: |
curl -X POST https://api.github.com/repos/Andy4495/${{ inputs.repo-name }}/actions/workflows/arduino-compile-sketches.yml/dispatches -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ secrets.FORCE_REBUILD }}" -d '{"ref":"main", "inputs":{"message":"Triggered by ${{ github.repository }} from ${{ github.workflow }} workflow run number ${{ github.run_number }}"}}'
- name: Print event to job summary
Expand Down

0 comments on commit e8bf46c

Please sign in to comment.