mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-08-06 16:24:35 +00:00
chore: moving debug somewhere
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user