Compare commits

...

1 Commits

Author SHA1 Message Date
48bc9a7468 cut var
All checks were successful
Weekly Flake Update / Explore-Gitea-Actions (pull_request) Successful in 22s
2026-03-14 13:48:09 +01:00

View File

@@ -5,6 +5,8 @@ on:
types: types:
- opened - opened
- synchronize - synchronize
- edited
- reopened
permissions: permissions:
contents: write contents: write
@@ -24,6 +26,8 @@ jobs:
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "Cat HEAD= $(cat .git/HEAD)" - name: Check for string parsing
- run: echo "Git parse HEAD= $(git rev-parse --abbrev-ref HEAD)" run: |
var=$(echo "${{ github.ref }}" | cut -d / -f 3)
echo "$var"