Skip to content

Commit

Permalink
i doubt this will work
Browse files Browse the repository at this point in the history
  • Loading branch information
roxanne-o committed Nov 25, 2024
1 parent 941f83a commit a9e34a8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/update-glhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
update-glhub:
runs-on: ubuntu-latest
environment: live

steps:
- name: Checkout glhub
uses: actions/checkout@v4
Expand All @@ -19,4 +19,11 @@ jobs:
- name: Update GLHub
run: |
cd glhub
ls
git submodule update --init --recursive
git submodule update --remote
git add .
git commit -m "Update submodule"
git push https://roxanne-o:${{ secrets.GH_PAT }}@github.com/groundlight/glhub.git main
env:
GIT_AUTHOR_NAME: "roxanne-o"
GIT_AUTHOR_EMAIL: "[email protected]"

0 comments on commit a9e34a8

Please sign in to comment.