Skip to content

Commit

Permalink
Update filter-files.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Velythyl authored Nov 20, 2023
1 parent 5f5698d commit 16c9305
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/filter-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,14 @@ jobs:
# todo read from step below
run: |
FILTEROUT=$(python3 bin/filterpaths.py $SLUG ${{ steps.filter.outputs.changed_files }} | tail -1)
echo $FILTEROUT
echo $FILTEROUT >> filterout.txt
echo "offendingfiles=$FILTEROUT" >> $GITHUB_OUTPUT
python3 bin/filterpaths.py $SLUG ${{ steps.filter.outputs.changed_files }}
- name: Upload error message
uses: actions/upload-artifact@v2
with:
name: filterout
path: filterout.txt
#- uses: actions/github-script@v6
# if: always() && steps.pythonfilter.outcome == 'failure'
# with:
Expand Down

0 comments on commit 16c9305

Please sign in to comment.