Skip to content

Commit

Permalink
try outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong committed Apr 25, 2024
1 parent bc046b2 commit 6a5182d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,14 @@ jobs:
# replace nulls with spaces
sed -i 's/\x0/ /g' $HOME/project_files.txt
# set output
echo "PROJECT_FILES=$(cat $HOME/project_files.txt)" >> "$GITHUB_OUTPUT"
pre-commit:
needs:
- get_changed_files
name: 'pre-commit checks'
uses: pcdshub/pcds-ci-helpers/.github/workflows/pre-commit.yml@master
with:
args: "--files $(cat $HOME/project_files.txt)"
args: "--files ${{ needs.get_changed_files.outputs.PROJECT_FILES }}"

0 comments on commit 6a5182d

Please sign in to comment.