Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2023
1 parent 97831c7 commit 7398683
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 @@ -22,7 +22,7 @@ jobs:

- name: Set context from workflow_dispatch
if: github.event_name != 'workflow_dispatch'
id: filter
id: manual_filter
run: |
echo "changes={ ${{ inputs.build_context}}: '${{ inputs.build_context}}/**' }"
- uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 7398683

Please sign in to comment.