@@ -17,7 +17,7 @@ There was a need for this action as currently available actions...
1717
1818``` yaml
1919steps :
20- - uses : step-security/dispatch-workflow@v1
20+ - uses : step-security/dispatch-workflow@v2
2121 id : workflow-dispatch
2222 name : ' Dispatch Workflow using workflow_dispatch Method'
2323 with :
3939
4040` ` ` yaml
4141steps:
42- - uses: step-security/dispatch-workflow@v1
42+ - uses: step-security/dispatch-workflow@v2
4343 id: repository-dispatch
4444 name: 'Dispatch Workflow using repository_dispatch Method'
4545 with:
@@ -120,7 +120,7 @@ This functionality is **disabled by default**, but can be enabled with the `disc
120120
121121` ` ` yaml
122122steps:
123- - uses: step-security/dispatch-workflow@v1
123+ - uses: step-security/dispatch-workflow@v2
124124 id: dispatch-with-discovery
125125 name: "Dispatch Workflow With Discovery"
126126 with:
@@ -224,7 +224,7 @@ By default, this GitHub Action has no outputs. However, when discovery mode is *
224224
225225` ` ` yaml
226226steps:
227- - uses: step-security/dispatch-workflow@v1
227+ - uses: step-security/dispatch-workflow@v2
228228 id: wait-repository-dispatch
229229 name: 'Dispatch Using repository_dispatch Method And Wait For Run-ID'
230230 with:
@@ -286,7 +286,7 @@ types must be wrapped in **quotes** to successfully dispatch the workflow.
286286
287287``` yaml
288288# Invalid ❌
289- - uses : step-security/dispatch-workflow@v1
289+ - uses : step-security/dispatch-workflow@v2
290290 id : workflow-dispatch
291291 name : ' Dispatch Using workflow_dispatch Method'
292292 with :
@@ -299,7 +299,7 @@ types must be wrapped in **quotes** to successfully dispatch the workflow.
299299 }
300300
301301# Valid 🟢
302- - uses : step-security/dispatch-workflow@v1
302+ - uses : step-security/dispatch-workflow@v2
303303 id : workflow-dispatch
304304 name : ' Dispatch Using workflow_dispatch Method'
305305 with :
@@ -323,7 +323,7 @@ When interacting with the GitHub REST API, it's beneficial to handle potential f
323323- `time-multiple` : The factor by which the `starting-delay-ms` is multiplied for each reattempt, influencing the delay duration.
324324
325325` ` ` yaml
326- - uses: step-security/dispatch-workflow@v1
326+ - uses: step-security/dispatch-workflow@v2
327327 id: custom-backoff
328328 name: 'Dispatch with custom exponential backoff parameters'
329329 with:
0 commit comments