2 Commits

Author SHA1 Message Date
yougg 4049814e7e try personal vars
call workflow / call-release (push) Has been cancelled
try release / release (push) Has been cancelled
call workflow / after-workflow (push) Has been cancelled
2025-04-01 10:06:11 +00:00
yougg b09c185a6f debug: print actions actor
call workflow / call-release (push) Has been cancelled
try release / release (push) Has been cancelled
call workflow / after-workflow (push) Has been cancelled
2025-02-21 09:34:38 +00:00
+7 -1
View File
@@ -13,4 +13,10 @@ jobs:
- name: run shell
run: |-
set -x
echo release
echo 'REPO_VAR_1: '${{ vars.REPO_VAR_1 }}
echo 'REPO_VAR_2: '${{ vars.REPO_VAR_2 }}
echo 'PERSONAL_VAR_1: '${{ vars.PERSONAL_VAR_1 }}
echo 'PERSONAL_VAR_2: '${{ vars.PERSONAL_VAR_2 }}
env