Skip to content

Commit 2637992

Browse files
authored
Update powsybl/github-ci version used to latest : (#125)
sha: 0777e7de16f075cfbe09c39f61d984abacc40c57 fixes files not modified in PR but still blocking the merge 14:30:07.065 WARN Could not find ref: main in refs/heads, refs/remotes/upstream or refs/remotes/origin Signed-off-by: sBouzols <[email protected]>
1 parent 1108cb0 commit 2637992

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

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

99
jobs:
1010
build:
11-
uses: powsybl/github-ci/.github/workflows/build-frontend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb
11+
uses: powsybl/github-ci/.github/workflows/build-frontend-app-generic.yml@0777e7de16f075cfbe09c39f61d984abacc40c57
1212
with:
1313
dockerImage: gridsuite/gridadmin-app
1414
dockerUsername: gridsuiteci

.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@69b162754c0728d9aeb2ea568eaf47f28f60fafb
13+
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@0777e7de16f075cfbe09c39f61d984abacc40c57
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@69b162754c0728d9aeb2ea568eaf47f28f60fafb
17+
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@0777e7de16f075cfbe09c39f61d984abacc40c57
1818
with:
1919
releaseVersion: ${{ github.event.inputs.releaseVersion }}
2020
commitSha: ${{ github.event.inputs.gitReference }}

0 commit comments

Comments
 (0)