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 9f3c933 commit a18cba9Copy full SHA for a18cba9
.github/workflows/pi_merge.yml
@@ -1,4 +1,4 @@
1
-name: 'Parent Images: Submodules Merge'
+name: 'Parent Images: Parent Image Merge'
2
3
on:
4
workflow_dispatch:
@@ -12,7 +12,7 @@ permissions:
12
actions: read
13
14
jobs:
15
- call-pi-merge-submodule:
16
- uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_submodule.yml@dev
+ call-pi-merge-parent-image:
+ uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/pi_merge_parent_image.yml@dev
17
if: ${{ github.event.pull_request.merged }}
18
secrets: inherit
0 commit comments