2 Commits

Author SHA1 Message Date
4049814e7e try personal vars
Some checks failed
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
b09c185a6f debug: print actions actor
Some checks failed
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

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