Skip to content

Commit

Permalink
added a debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt authored Sep 27, 2024
1 parent ac26401 commit 1cd823b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ runs:
shell: bash
run: echo "other_modified_files_count=${{ steps.changed-files-specific.outputs.other_modified_files_count }}" >> $GITHUB_OUTPUT

- name: Check saved output
shell: bash
run: echo "$GITHUB_OUTPUT"

# This second step is unnecessary but highly recommended because
# It will cache database and saves time re-downloading it if database isn't stale.
Expand Down

0 comments on commit 1cd823b

Please sign in to comment.