Skip to content

Commit 1eea4ed

Browse files
fix repo name
1 parent 60d73ba commit 1eea4ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
needs: [ build ]
4747
runs-on: ubuntu-latest
4848
steps:
49+
- name: Correct env
50+
run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
4951
- uses: actions-hub/kubectl@master
5052
env:
5153
KUBE_HOST: ${{ secrets.KUBE_HOST }}

0 commit comments

Comments
 (0)