File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9090
9191 - name : Run merge
9292 if : fromJSON(needs.metadata.outputs.has_diff) || github.event.inputs.ignore_metadata_diff
93- uses : devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # tag= v1.4.0
93+ uses : devmasx/merge-branch@854d3ac71ed1e9deb668e0074781b81fdd6e771f # v1.4.0
9494 with :
9595 type : now
9696 from_branch : staging
@@ -108,7 +108,7 @@ jobs:
108108 name : Continuous Integration
109109 needs : [metadata, merge]
110110 if : fromJSON(needs.metadata.outputs.has_diff) || github.event.inputs.ignore_metadata_diff
111- uses : csvalpha/amber-ui/ .github/workflows/continuous-integration.yml@staging
111+ uses : ./ .github/workflows/continuous-integration.yml
112112 with :
113113 sha : ${{ needs.merge.outputs.sha }}
114114 secrets :
@@ -118,7 +118,7 @@ jobs:
118118 name : Publish Image
119119 needs : [metadata, merge]
120120 if : fromJSON(needs.metadata.outputs.has_diff) || github.event.inputs.ignore_metadata_diff
121- uses : csvalpha/amber-ui/ .github/workflows/publish-image.yml@staging
121+ uses : ./ .github/workflows/publish-image.yml
122122 with :
123123 sha : ${{ needs.merge.outputs.sha }}
124124 secrets :
You can’t perform that action at this time.
0 commit comments