Skip to content

Commit

Permalink
removed the specific lines altogether to see what happens
Browse files Browse the repository at this point in the history
  • Loading branch information
scap3yvt authored Sep 27, 2024
1 parent 6dcb535 commit 01b644a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ runs:
echo "Changed non-docs files: ${{ steps.changed-files-specific.outputs.other_modified_files }}"
echo "Count of non-docs files changed: ${{ steps.changed-files-specific.outputs.other_modified_files_count }}"
echo "If only-modified is triggered: ${{ steps.changed-files-specific.outputs.only_modified }}"
# echo "other_modified_files_count=${{ steps.changed-files-specific.outputs.other_modified_files_count }}" >> $GITHUB_OUTPUT
# # echo "GITHUB_OUTPUT:${{ GITHUB_OUTPUT }}"
# echo "$GITHUB_OUTPUT"
- name: Set output
run: echo "other_modified_files_count=${{ steps.changed-files-specific.outputs.other_modified_files_count }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 01b644a

Please sign in to comment.