Skip to content

Commit 68fef5e

Browse files
committed
add diff
Signed-off-by: Marc Schöchlin <[email protected]>
1 parent 9e3883a commit 68fef5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dryrun-manage-github-repositories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Manage github repositories with Ansible
4848
run: |
49-
pipenv run ansible-playbook playbook.yaml -e api_token=$API_TOKEN --check
49+
pipenv run ansible-playbook playbook.yaml -e api_token=$API_TOKEN --check --diff
5050
env:
5151
API_TOKEN: ${{ secrets[format('GHP_{0}', github.actor)] }}
5252

0 commit comments

Comments
 (0)