Skip to content

Commit

Permalink
Tweak migration from hubot to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Jun 6, 2023
1 parent bebf9b6 commit ad6b864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
update:
name: Update
uses: ./.github/workflows/server.update-config.yml
if: ${{ needs.setup.outputs.config-tag }} != ''
needs: [setup]
if: needs.setup.outputs.config-tag != ''
with:
ref: ${{ needs.setup.outputs.config-tag }}
cluster: ${{ needs.setup.outputs.cluster }}
Expand Down

0 comments on commit ad6b864

Please sign in to comment.