We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3883a commit 68fef5eCopy full SHA for 68fef5e
1 file changed
.github/workflows/dryrun-manage-github-repositories.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Manage github repositories with Ansible
48
run: |
49
- pipenv run ansible-playbook playbook.yaml -e api_token=$API_TOKEN --check
+ pipenv run ansible-playbook playbook.yaml -e api_token=$API_TOKEN --check --diff
50
env:
51
API_TOKEN: ${{ secrets[format('GHP_{0}', github.actor)] }}
52
0 commit comments