2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

ci: remove duplicate run command

This commit is contained in:
sammyette 2023-07-09 16:50:31 -04:00
parent 47582e167e
commit 2dcae512ad
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -22,7 +22,6 @@ jobs:
- name: Set branch name - name: Set branch name
id: branch id: branch
run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> "$GITHUB_ENV" run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> "$GITHUB_ENV"
run: echo "::set-output name=BRANCH_NAME::${GITHUB_REF##*/}"
- name: Fix base URL - name: Fix base URL
if: env.BRANCH_NAME != 'master' && github.repository_owner == 'Rosettea' if: env.BRANCH_NAME != 'master' && github.repository_owner == 'Rosettea'