Bug: Fix yaml identation for github action yamls (#70445)

* Fix yaml identation

* Fix the rest of the yamls
This commit is contained in:
Dimitris Sotirakis
2023-06-21 13:28:10 +03:00
committed by GitHub
parent 55d18361dc
commit 31b9f9d235
5 changed files with 30 additions and 30 deletions
+5 -5
View File
@@ -18,11 +18,11 @@ jobs:
- name: Install Actions
run: npm install --production --prefix ./actions
- name: "Generate token"
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.GRAFANA_DELIVERY_BOT_APP_ID }}
private_key: ${{ secrets.GRAFANA_DELIVERY_BOT_APP_PEM }}
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.GRAFANA_DELIVERY_BOT_APP_ID }}
private_key: ${{ secrets.GRAFANA_DELIVERY_BOT_APP_PEM }}
- name: Run github release action
uses: ./actions/github-release
with: