ci: remove duplicate run command

pull/240/head
sammyette 2023-07-09 16:50:31 -04:00
parent 47582e167e
commit 2dcae512ad
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 1 deletions

View File

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