Skip to content

Commit

Permalink
chore: use steps outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Aug 12, 2024
1 parent 458130c commit e46c3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/listen-swagger-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# If there is a new release, then needed files will be updated
- name: "Make a commit if needed 📝"
env:
updated: ${{ outputs.updated }}
version: ${{ outputs.version }}
updated: ${{ steps.check.outputs.updated }}
version: ${{ steps.check.outputs.version }}
run: |
if [ "$updated" = "true" ]; then
git config --global user.email "[email protected]"
Expand Down

0 comments on commit e46c3d5

Please sign in to comment.