refactor: give env vars names that match the where

ref: #1
This commit is contained in:
2025-07-02 00:20:07 +09:30
parent e61f22c958
commit 6a2a8f04a3
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ if [ $# -eq 0 ]; then
ansible-rulebook \
-r nofusscomputing.git_events.${GIT_EVENT_RULEBOOK_NAME} \
--env-vars PROBLEM_MATCHER_PORT,PROBLEM_MATCHER_TOKEN \
--env-vars GIT_EVENT_RULEBOOK_PORT,GIT_EVENT_RULEBOOK_TOKEN \
-v;
else