Skip to content

Commit

Permalink
Fix Workflow syntax (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
shanice-skylight authored Nov 5, 2024
1 parent bfb2724 commit 3a0f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/target_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
repo_owner="REPOSITORY OWNER"
repo_name="REPOSITORY NAME"
event_type="trigger-workflow"
service=${{ github.event.inputs.target_service }}"
service="${{ github.event.inputs.target_service }}"
version="${{ github.event.inputs.target_version }}"
curl -L \
Expand Down

0 comments on commit 3a0f7ce

Please sign in to comment.