Skip to content

Commit 548352d

Browse files
authored
Merge pull request #68 from kool-dev/dependabot/github_actions/benc-uk/workflow-dispatch-1.2
Bump benc-uk/workflow-dispatch from 1.1 to 1.2
2 parents 0702576 + e7a4d85 commit 548352d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
needs: build
9292
steps:
9393
- name: Trigger build on kool-dev/docker-wordpress
94-
uses: benc-uk/workflow-dispatch@v1.1
94+
uses: benc-uk/workflow-dispatch@v1.2
9595
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
9696
with:
9797
workflow: CI/CD
@@ -110,7 +110,7 @@ jobs:
110110
- kool-dev/docker-phpqa
111111
steps:
112112
- name: Trigger build on ${{ matrix.image }}
113-
uses: benc-uk/workflow-dispatch@v1.1
113+
uses: benc-uk/workflow-dispatch@v1.2
114114
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
115115
with:
116116
workflow: CI/CD

0 commit comments

Comments
 (0)