Skip to content

Commit

Permalink
Has changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Dec 18, 2024
1 parent e41a2d1 commit 4a402ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-indexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "has_changes=true" >> $GITHUB_ENV
fi
- name: Commit and push changes
if: steps.check_changes.outputs.has_changes == 'true'
if: ${{ steps.check_changes.outputs.has_changes == 'true' }}
# if: env.has_changes == 'true'
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit 4a402ee

Please sign in to comment.