Skip to content

Commit 764ccc2

Browse files
authored
Update workflows github (#945)
1 parent 16b187a commit 764ccc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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:

0 commit comments

Comments
 (0)