We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d2064 commit 0c28be9Copy full SHA for 0c28be9
.github/workflows/process_metadata.yml
@@ -127,7 +127,7 @@ jobs:
127
- name: 'Dispatch workflow with inputs'
128
129
# Pin action to full length commit SHA
130
- uses: benc-uk/workflow-dispatch@25b02cc069be46d637e8fe2f1e8484008e9e9609 # v1.2.3
+ uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
131
if: ${{ steps.assert-write-access.outcome == 'success' && steps.check-workflow-dispatch.outputs.dispatch == 'true' }}
132
with:
133
workflow: ${{ steps.check-workflow-dispatch.outputs.workflow }}
0 commit comments