Skip to content

update border radius of confirm match button #333

update border radius of confirm match button

update border radius of confirm match button #333

name: Update submodule
on:
push:
branches: [ develop ]
jobs:
update-submodule:
name: Update Houston's submodule to latest develop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: 'WildMeOrg/houston'
submodules: true
token: ${{ secrets.PAT_TOKEN }}
- run: |
bash -xe <<EOF
git config user.name github-actions
git config user.email github-actions@github.com
cd _frontend.codex
git reset --hard origin/develop
cd ..
git commit -am 'Update _frontend.codex submodule to HEAD of codex-frontend@develop'
git show
git push origin HEAD
EOF