Most Changes for v0.1.0-beta #51

Merged
Penry merged 24 commits from v0.1.0-beta into main 2026-06-07 16:46:15 +02:00
Showing only changes of commit f8eba6b8dd - Show all commits
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Get Repository Name - name: Get Repository Name
id: get_repo id: get_repo
run: | run: |
"REPO_LC=${GITHUB_REPOSITORY,,}" REPO_LC="${GITHUB_REPOSITORY,,}"
echo "REPO_LC=$REPO_LC" >> $GITHUB_ENV echo "REPO_LC=$REPO_LC" >> $GITHUB_ENV
echo "$REPO_LC" echo "$REPO_LC"