We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0702576 + e7a4d85 commit 548352dCopy full SHA for 548352d
1 file changed
.github/workflows/ci-cd.yml
@@ -91,7 +91,7 @@ jobs:
91
needs: build
92
steps:
93
- name: Trigger build on kool-dev/docker-wordpress
94
- uses: benc-uk/workflow-dispatch@v1.1
+ uses: benc-uk/workflow-dispatch@v1.2
95
if: github.ref == 'refs/heads/master' && github.repository == 'kool-dev/docker-php'
96
with:
97
workflow: CI/CD
@@ -110,7 +110,7 @@ jobs:
110
- kool-dev/docker-phpqa
111
112
- name: Trigger build on ${{ matrix.image }}
113
114
115
116
0 commit comments