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 05adc43 commit 8fd8de2Copy full SHA for 8fd8de2
1 file changed
.github/workflows/process_metadata.yml
@@ -130,7 +130,7 @@ jobs:
130
- name: 'Dispatch workflow with inputs'
131
132
# Pin action to full length commit SHA
133
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
+ uses: benc-uk/workflow-dispatch@7a027648b88c2413826b6ddd6c76114894dc5ec4 # v1.3.1
134
if: ${{ steps.assert-write-access.outcome == 'success' && steps.check-workflow-dispatch.outputs.dispatch == 'true' }}
135
with:
136
workflow: ${{ steps.check-workflow-dispatch.outputs.workflow }}
0 commit comments