File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
# if: needs.ci-server.result == 'success'
103
103
# runs-on: ubuntu-latest
104
104
# steps:
105
- # - uses: reearth/actions/.github/actions/ deploy-cloud-run@main
105
+ # - uses: reearth/actions/deploy-cloud-run@main
106
106
# with:
107
107
# service: ${{ vars.SERVICE_NAME_API }}
108
108
# image: ${{ needs.build-server.outputs.image }}
@@ -115,7 +115,7 @@ jobs:
115
115
# if: needs.ci-web.result == 'success'
116
116
# runs-on: ubuntu-latest
117
117
# steps:
118
- # - uses: reearth/actions/.github/actions/ deploy-cloud-run@main
118
+ # - uses: reearth/actions/deploy-cloud-run@main
119
119
# with:
120
120
# service: ${{ vars.SERVICE_NAME_WEB }}
121
121
# image: ${{ needs.build-web.outputs.image }}
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
if : github.ref == 'refs/heads/release'
19
19
steps :
20
- - uses : reearth/actions/.github/actions/ release@main
20
+ - uses : reearth/actions/release@main
21
21
with :
22
22
version : ${{ inputs.version }}
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
if : github.ref == 'refs/heads/main'
9
9
steps :
10
- - uses : reearth/actions/.github/actions/ stage@main
10
+ - uses : reearth/actions/stage@main
You can’t perform that action at this time.
0 commit comments