Fix variable names
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
1a7af99d96
commit
8d31e7aaf3
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
command: /usr/local/bin/flag_ci_pr.py '{{ msg | to_json }}'
|
command: /usr/local/bin/flag_ci_pr.py '{{ msg | to_json }}'
|
||||||
register: output
|
register: output
|
||||||
environment:
|
environment:
|
||||||
API_TOKEN: "{{ api_token_flag_pr_build }}"
|
API_TOKEN: "{{ api_token_flag_pr_ci }}"
|
||||||
API_TOKEN_STG: "{{ api_token_flag_pr_build_stg }}"
|
API_TOKEN_STG: "{{ api_token_flag_pr_ci_stg }}"
|
||||||
|
|
||||||
- name: Show the output of the script
|
- name: Show the output of the script
|
||||||
debug:
|
debug:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue