Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelorodrigo committed Dec 18, 2024
1 parent 4a402ee commit 84d0bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-indexes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
update-indicadores:
name: Update indicadores
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -29,8 +30,7 @@ jobs:
echo "has_changes=true" >> $GITHUB_ENV
fi
- name: Commit and push changes
if: ${{ steps.check_changes.outputs.has_changes == 'true' }}
# if: env.has_changes == 'true'
if: ${{ env.has_changes == 'true' }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit 84d0bb1

Please sign in to comment.