Skip to content

Commit c80fd9a

Browse files
committed
update release and patch workflows references
1 parent 59b07ba commit c80fd9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-patch:
13-
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@29746dc4775fab66ef9e0481b57f3c0615b36ee4
13+
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@b3ea78542917e45f79333e9222154b48f6639bf6
1414
with:
1515
releaseVersion: ${{ github.event.inputs.releaseVersion }}
1616
dockerImage: docker.io/gridsuite/gridadmin-app

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
run-release:
17-
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@29746dc4775fab66ef9e0481b57f3c0615b36ee4
17+
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@b3ea78542917e45f79333e9222154b48f6639bf6
1818
with:
1919
releaseVersion: ${{ github.event.inputs.releaseVersion }}
2020
commitSha: ${{ github.event.inputs.gitReference }}

0 commit comments

Comments
 (0)