Merge pull request #2658 from planetarium/improve/get-sheets #529
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: update-submodule | |
on: | |
push: | |
branches: | |
- rc-v* | |
- release/* | |
jobs: | |
update-submodule: | |
if: github.ref_type == 'branch' | |
runs-on: ubuntu-latest | |
steps: | |
- name: Update other repos referring NineChronicles.Headless as submodules | |
uses: planetarium/submodule-updater@main | |
with: | |
token: ${{ secrets.SUBMODULE_UPDATER_GH_TOKEN }} | |
committer: > | |
Submodule Updater <engineering+submodule-updater@planetariumhq.com> | |
targets: | | |
${{ github.repository_owner }}/NineChronicles.DataProvider:${{ github.ref_name }}? |