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 b3d5c26 commit 9081308Copy full SHA for 9081308
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
push: true
39
tags: ${{ secrets.CUSTOM_REGISTRY_URL }}/${USERNAME}/ai-org-chart-builder:${{ github.ref_name }}
40
41
-- name: Trigger Server Restart Webhook
+ - name: Trigger Server Restart Webhook
42
run: |
43
if [ "${{ github.ref_name }}" = "main" ]; then
44
curl -X POST "${{ secrets.WEBHOOK_URL_MAIN }}"
0 commit comments