2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-20 20:43:23 +00:00

chore: merge from master

This commit is contained in:
sammyette 2023-07-10 22:38:43 -04:00
commit ac747d04e7
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

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