Skip to content

Commit

Permalink
fix for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer committed Jun 7, 2024
1 parent f591b5c commit b2c8aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
toml_changed=$(git diff --name-only $BASE_REF ${{ github.event.after }} | grep '\.toml$')
# Write the changes to the GITHUB_OUTPUT environment file
echo "python_changed=$python_changed" >> $GITHUB_OUTPUT
echo "toml_changed=$toml_changed" >> $GITHUB_OUTPUT
echo "python_changed=$python_changed" >> "$GITHUB_OUTPUT"
echo "toml_changed=$toml_changed" >> "$GITHUB_OUTPUT"
tests:
needs: check_changes
Expand Down

0 comments on commit b2c8aeb

Please sign in to comment.