Skip to content

Commit

Permalink
Merge pull request #573 from periodo/dependabot/github_actions/mathze…
Browse files Browse the repository at this point in the history
…/workflow-dispatch-action-1.3.0

Bump mathze/workflow-dispatch-action from 1.2.1 to 1.3.0
  • Loading branch information
rybesh authored Mar 12, 2024
2 parents 8060246 + a9a3e81 commit f62fe08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- run: echo "Dispatching end-to-end tests against $GITHUB_REF_NAME"
- name: "Dispatch workflow"
id: dispatch
uses: mathze/workflow-dispatch-action@v1.2.1
uses: mathze/workflow-dispatch-action@v1.3.0
with:
owner: periodo
repo: periodo-tests
Expand All @@ -20,7 +20,7 @@ jobs:
- run: echo 'Workflow log at https://github.com/periodo/periodo-tests/actions/runs/${{ steps.dispatch.outputs.run-id }}'
- name: "Wait for workflow completion"
id: wait
uses: mathze/workflow-dispatch-action@v1.2.1
uses: mathze/workflow-dispatch-action@v1.3.0
with:
owner: periodo
repo: periodo-tests
Expand Down

0 comments on commit f62fe08

Please sign in to comment.