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 f9341d7 commit 712cefbCopy full SHA for 712cefb
.github/workflows/update-links.yml
@@ -63,6 +63,13 @@ jobs:
63
env:
64
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
65
66
+ - name: Deploy to Production
67
+ if: steps.git_auto_commit.outputs.changes_detected == 'true'
68
+ run: |
69
+ gh workflow run deploy.yml
70
+ env:
71
+ GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
72
+
73
- name: Alert on Failure
74
if: failure() && github.repository == 'nodejs/release-cloudflare-worker'
75
uses: rtCamp/action-slack-notify@c33737706dea87cd7784c687dadc9adf1be59990 # 2.3.2
0 commit comments