Cleanup
All checks were successful
Deployment / container (push) Successful in 4s

This commit is contained in:
fleaz 2025-06-01 01:17:02 +02:00
parent 7df90c16fe
commit f55c8ffe5c
Signed by: fleaz
GPG key ID: 935474624265FE8F
2 changed files with 4 additions and 6 deletions

View file

@ -11,11 +11,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
set -x
env
pwd
ls -la
cat /var/run/act/workflow/0.sh
git clone "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@$(expr "$GITHUB_SERVER_URL" : '........\(.*\)')/${GITHUB_REPOSITORY}" -b ${GITHUB_REF_NAME} --depth 1 . git clone "https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@$(expr "$GITHUB_SERVER_URL" : '........\(.*\)')/${GITHUB_REPOSITORY}" -b ${GITHUB_REF_NAME} --depth 1 .
ls -la - name: Build
run: |
cat testfile

1
testfile Normal file
View file

@ -0,0 +1 @@
This is where the magic happens.