Skip to content

Commit

Permalink
chore: set output correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
segallagher committed Jun 12, 2024
1 parent 3c6bc4b commit ef99311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format-libraries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
check-message:
runs-on: ubuntu-latest
outputs:
continue: ${{ steps.message.out }}
continue: ${{ steps.message.outputs.continue }}
steps:
- name: Checkout Code
id: checkout
Expand All @@ -31,7 +31,7 @@ jobs:
export CONTINUE='true'
fi
echo $CONTINUE
echo "out=$CONTINUE" >> $GITHUB_OUTPUT
echo "continue=$CONTINUE" >> $GITHUB_OUTPUT
get-modified-libraries:
needs: check-message
Expand Down

0 comments on commit ef99311

Please sign in to comment.