mirror of
https://github.com/benbusby/farside.git
synced 2025-03-14 19:26:30 -04:00
Fix instance update commit as gh-bot
This commit is contained in:
parent
ec68582585
commit
ac1fa36f6c
6
.github/workflows/update-instances.yml
vendored
6
.github/workflows/update-instances.yml
vendored
@ -10,6 +10,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install -y jq
|
||||
|
||||
- uses: webfactory/ssh-agent@v0.5.3
|
||||
with:
|
||||
ssh-private-key: |
|
||||
${{ secrets.PRIMARY_REPO_KEY }}
|
||||
|
||||
- name: Fetch instances
|
||||
run: |
|
||||
function apply_update() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user