chore: moving debug somewhere

This commit is contained in:
DIBSTER
2024-09-20 23:41:56 -04:00
parent a08fe84a80
commit 19c2811df9
+2 -2
View File
@@ -8,6 +8,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Debug The Values
run: echo "${{ steps.changed-files.outputs.any_changed }}"
- name: Get Files
id: changed-files
uses: tj-actions/changed-files@v34
@@ -43,5 +45,3 @@ jobs:
proxy-url: https://is-a-good-dev-gh-proxy.talosbot.xyz/
repo-token-user-login: 'github-actions[bot]' # The user.login for temporary GitHub tokens
allow-repeats: false # Default: false
- name: Debug any_changed
run: echo "${{ steps.changed-files.outputs.any_changed }}"