Skip to content

Commit

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

0 comments on commit abcf061

Please sign in to comment.