Skip to content

Commit

Permalink
test: auto-update (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
moT01 authored Jun 25, 2024
1 parent bbf2250 commit c8e5f79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:
run: |
author=$(git log -1 --pretty=format:'%an')
if [ "$author" == "moT01" ]; then
"::set-output name=run_update::true"
echo "Setting run_update to true."
echo "::set-output name=run_update::true"
else
"::set-output name=run_update::false"
echo "Setting run_update to false."
echo "::set-output name=run_update::false"
fi
update-i18n-curriculum-submodule:
Expand Down

0 comments on commit c8e5f79

Please sign in to comment.