Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Soyland <codysoyland@github.com>
  • Loading branch information
codysoyland committed Oct 14, 2024
1 parent 3e5830e commit 28bbfbb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/synchronize-go-mod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: write

jobs:
run-command:
synchronize-go-mod:
runs-on: ubuntu-latest

steps:
Expand All @@ -38,9 +38,8 @@ jobs:
git diff
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -s -m "Synchronize go.mod in submodules"
git push origin HEAD:${{ github.event.pull_request.head.ref }}
git commit -a -s -m "Synchronize go.mod in submodules"
git push
else
echo "No changes to commit"
fi

0 comments on commit 28bbfbb

Please sign in to comment.