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 fa51f07 commit 9908315
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 @@ -37,7 +37,7 @@ jobs:
echo "config-tag - ${{ needs.setup.outputs.config-tag }} \n"
echo "environment - ${{ needs.setup.outputs.environment }} \n"
echo "release-namespace - ${{ needs.setup.outputs.release-namespace }} \n"
echo "deployment- id - ${{ github.event.deployment.id }} \n"
echo "deployment- id - ${{ needs.setup.outputs.deployment-id }} \n"
echo "sha-short - ${{ needs.setup.outputs.sha-short }} \n"

# update:
Expand Down

0 comments on commit 9908315

Please sign in to comment.