.gitea/workflows/update.yml aktualisiert
This commit is contained in:
@@ -14,12 +14,15 @@ jobs:
|
||||
# --- Debug / Sicherheit ---
|
||||
- name: Show workflow context
|
||||
run: |
|
||||
echo "Branch: $GITEA_REF_NAME"
|
||||
echo "Commit: $GITEA_SHA"
|
||||
echo "Runner: $(hostname)"
|
||||
echo "Repository: $GITEA_REPOSITORY"
|
||||
echo "Ref: $GITEA_REF"
|
||||
echo "Commit: $GITEA_COMMIT_SHA"
|
||||
echo "Event: $GITEA_EVENT_NAME"
|
||||
echo "Runner: $GITEA_RUNNER_NAME"
|
||||
echo "User: $(whoami)"
|
||||
echo "Host: $(hostname)"
|
||||
echo "Date: $(date)"
|
||||
echo "Kernel: $(uname -a)"
|
||||
|
||||
|
||||
# --- Sicherheitsbremse ---
|
||||
- name: Ensure correct branch
|
||||
|
||||
Reference in New Issue
Block a user