Skip to content

Commit

Permalink
ci: rename the custom github actions to use the new repo names (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Harikrishnan Balagopal <[email protected]>
  • Loading branch information
HarikrishnanBalagopal authored Apr 19, 2024
1 parent fc9fca4 commit 66a74cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2etest-1-language-platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: get-commit-hash
run: echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- id: info
uses: konveyor/get-env-info@v1
uses: konveyor/move2kube-get-env-info@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ steps.info.outputs.go_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2etest-2-enterprise-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: get-commit-hash
run: echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- id: info
uses: konveyor/get-env-info@v1
uses: konveyor/move2kube-get-env-info@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ steps.info.outputs.go_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2etest-3-train-ticket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- id: get-commit-hash
run: echo "commit=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- id: info
uses: konveyor/get-env-info@v1
uses: konveyor/move2kube-get-env-info@v1
- uses: actions/setup-go@v2
with:
go-version: ${{ steps.info.outputs.go_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
submodules: true
fetch-depth: 0
- name: create release draft
uses: konveyor/create-release-draft@v1
uses: konveyor/move2kube-create-release-draft@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.inputs.tag }}
Expand Down

0 comments on commit 66a74cf

Please sign in to comment.