We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acc818 commit dc99172Copy full SHA for dc99172
.github/workflows/deploy-chatbot.yml
@@ -54,7 +54,7 @@ jobs:
54
echo "infra=$INFRA" >> $GITHUB_OUTPUT
55
56
- name: Notify the user
57
- uses: actions/github-script@v6
+ uses: actions/github-script@v7
58
with:
59
script: |
60
const environment = `${{ steps.parse_command.outputs.environment }}`;
@@ -97,7 +97,7 @@ jobs:
97
98
# Step 2: Validate and Trigger Deploy Workflow
99
- name: Trigger Deployment Workflow
100
101
env:
102
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103
0 commit comments