Merge "Ansible syntax fix and added message decrypt."

This commit is contained in:
Zuul 2020-05-22 15:55:10 +00:00 committed by Gerrit Code Review
commit 57b47c9640

View File

@ -21,7 +21,7 @@
script: >
zuul.d/scripts/update_github_issues.py "{{ github_credentials.username }}" \
"{{ github_credentials.password }}" \
"{{ zuul.message }}" \
"{{ zuul.items[0].change_url }}"
"{{ zuul.message | b64decode }}" \
"{{ zuul.change_url }}"
args:
executable: python3