Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Oct 14, 2023
1 parent 9fee676 commit 31ec301
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ jobs:
if: github.event_name == 'pull_request'
id: calculate_recipes_pr
run: |
python ./tools/calc_diff.py \
CHANGED_RECIPES=$(python ./tools/calc_diff.py \
--base ${{ github.base_ref }} \
--head ${{ github.head_ref }} \
>> $CHANGED_RECIPES
--head ${{ github.head_ref }})
if [ -s $CHANGED_RECIPES ]; then
echo "recipes=$CHANGED_RECIPES,tag:core" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 31ec301

Please sign in to comment.