Skip to content

Commit

Permalink
Fix submodule name for protos
Browse files Browse the repository at this point in the history
Co-authored-by: s2-helper[bot] <194906454+s2-helper[bot]@users.noreply.github.com>
  • Loading branch information
s2-helper[bot] authored Jan 17, 2025
1 parent 82060de commit 0c0bade
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update_protos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: submodules
uses: sgoudham/update-git-submodules@v2.1.1
with:
submodules: s2-protos
submodules: proto
- uses: actions/setup-go@v5
with:
go-version: '1.23'
Expand All @@ -41,11 +41,11 @@ jobs:
task gen
- name: Create Pull Request
if: ${{ steps.submodules.outputs['s2-protos--updated'] }}
if: ${{ steps.submodules.outputs['proto--updated'] }}
uses: peter-evans/create-pull-request@v7
with:
committer: s2-helper[bot] <194906454+s2-helper[bot]@users.noreply.github.com>
author: s2-helper[bot] <194906454+s2-helper[bot]@users.noreply.github.com>
title: chore - protos update
branch: "protos/update-s2-protos-${{ steps.submodules.outputs['s2-protos--latestShortCommitSha'] }}"
title: chore - proto update
branch: "proto/update-s2-protos-${{ steps.submodules.outputs['proto--latestShortCommitSha'] }}"
body: ${{ steps.submodules.outputs.prBody }}

0 comments on commit 0c0bade

Please sign in to comment.