chore/gitea-act-runner #14

Closed
volker.raschek wants to merge 38 commits from chore/gitea-act-runner into master
Showing only changes of commit f5c88001d1 - Show all commits

View File

@ -32,7 +32,7 @@ jobs:
HELM_REPO_USERNAME: ${{ secrets.HELM_REPO_USERNAME }} HELM_REPO_USERNAME: ${{ secrets.HELM_REPO_USERNAME }}
run: | run: |
REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 2) REPOSITORY_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d '/' -f 2)
PACKAGE_VERSION=${GITHUB_REF#refs/tags} PACKAGE_VERSION=${GITHUB_REF#refs/tags/}
echo $REPOSITORY_NAME echo $REPOSITORY_NAME
echo $PACKAGE_VERSION echo $PACKAGE_VERSION