Merge to glhub instead pushing to balena fleet #1
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 edge endpoint submodule in the glhub repo | |
# The edge endpoint is a submodule in the glhub repo. On any PR commit, | |
# we want to update that submodule. | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
update-edge-endpoint-submodule-in-glhub: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout glhub | |
uses: actions/checkout@v3 | |
with: | |
repository: groundlight/glhub | |
path: /glhub | |
- name: list directory | |
run: | | |
cd /glhub | |
ls |