bugfixes
Some checks failed
CI / linter (ubuntu-latest, 3.9) (push) Failing after 43s
CI / tests_linux (ubuntu-latest, 3.9) (push) Has been skipped
Rename the project from template / rename-project (push) Has been skipped
SonarQube Scan / SonarQube Trigger (push) Successful in 1m0s

This commit is contained in:
Simon Diesenreiter 2024-11-13 04:08:16 -08:00
parent 7f81eb1a3d
commit 4c4316b03c

View File

@ -14,15 +14,15 @@ jobs:
# by default, it uses a depth of 1 # by default, it uses a depth of 1
# this fetches all history so that we can read each commit # this fetches all history so that we can read each commit
fetch-depth: 0 fetch-depth: 0
ref: ${{ github.head_ref }} ref: ${{ gitea.head_ref }}
- run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}' | tr '-' '_' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV - run: echo "REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}' | tr '-' '_' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
shell: bash shell: bash
- run: echo "REPOSITORY_URLNAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV - run: echo "REPOSITORY_URLNAME=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $2}')" >> $GITHUB_ENV
shell: bash shell: bash
- run: echo "REPOSITORY_OWNER=$(echo '${{ github.repository }}' | awk -F '/' '{print $1}')" >> $GITHUB_ENV - run: echo "REPOSITORY_OWNER=$(echo "$GITHUB_REPOSITORY" | awk -F '/' '{print $1}')" >> $GITHUB_ENV
shell: bash shell: bash
- name: Is this still a template - name: Is this still a template