We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c794f4 commit a48e388Copy full SHA for a48e388
.github/workflows/release.yml
@@ -162,3 +162,10 @@ jobs:
162
${{ steps.image-name.outputs.GHCR_IMAGE_NAME }}:${{ steps.extract_branch.outputs.tag }}
163
${{ steps.image-name.outputs.ALI_IMAGE_NAME }}:latest
164
${{ steps.image-name.outputs.ALI_IMAGE_NAME }}:${{ steps.extract_branch.outputs.tag }}
165
+ - name: Trigger sync
166
+ env:
167
+ GH_REPO: ${{ github.repository }}
168
+ GH_TOKEN: ${{ github.token }}
169
+ GH_DEBUG: api
170
+ run: |
171
+ gh workflow run sync-release.yml
0 commit comments