Fix error in yaml formatting for `update-main-source.yml` and `update-main.yml` (#1000)

pull/1001/head
Adam Pickering 2024-04-08 15:49:25 -06:00 committed by GitHub
parent 8fff58e295
commit d2ad3e4d4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
name: Auto-update charts
on:
workflow_dispatch:
workflow_dispatch: {}
schedule:
- cron: '0 0 * * *'
@ -25,10 +25,10 @@ jobs:
- name: Generate short-lived github app token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
id: app-token
with:
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
- name: Update main-source branch
env:

View File

@ -26,10 +26,10 @@ jobs:
- name: Generate short-lived github app token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
id: app-token
with:
app-id: ${{ env.APP_ID }}
private-key: ${{ env.PRIVATE_KEY }}
- name: Update main branch with latest from main-source
env: