We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b5746 commit ea72029Copy full SHA for ea72029
.github/workflows/pr.yml
@@ -39,3 +39,8 @@ jobs:
39
cd "$GITHUB_WORKSPACE/utils"
40
./netbox_generate_client
41
shell: bash
42
+
43
+ - name: Show git diff
44
+ run: |
45
+ git diff
46
+ shell: bash
0 commit comments