Skip to content

Commit

Permalink
Fix workflow dispatch action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Mar 17, 2024
1 parent 07baea0 commit 029e795
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@ jobs:
run: echo The semver is ${{ github.event.inputs.semver }}
- name: 'Invoke Coodinator Image CI'
if: inputs.semver == ''
uses: benc-uk/workflow-dispatch@v121
uses: benc-uk/workflow-dispatch@v1
with:
workflow: 'Docker: Coordinator'
token: ${{ secrets.PERSONAL_TOKEN }}
- name: 'Invoke Selfhosted Client App Build CI/CD workflow'
if: inputs.semver == ''
uses: benc-uk/workflow-dispatch@v121
uses: benc-uk/workflow-dispatch@v1
with:
workflow: 'Docker: Selfhosted Client'
token: ${{ secrets.PERSONAL_TOKEN }}
- name: 'Invoke Web Client App Build CI/CD workflow'
if: inputs.semver == ''
uses: benc-uk/workflow-dispatch@v121
uses: benc-uk/workflow-dispatch@v1
with:
workflow: 'Docker: Web Client'
token: ${{ secrets.PERSONAL_TOKEN }}

0 comments on commit 029e795

Please sign in to comment.