Skip to content

Regenerate tutorials #3

Regenerate tutorials

Regenerate tutorials #3

Workflow file for this run

name: Regenerate tutorials
on:
schedule:
- cron: '0 7 * * 1-5'
workflow_dispatch:
jobs:
main:
if: github.repository == grafana/killercoda
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v
with:
repository: grafana/loki
# Change to `main` after this branch is merged.
ref: jdb/2024-06-killercoda-migration
path: loki
- uses: actions/checkout@v4
with:
ref: jdb/2024-06-killercoda-migration
path: killercoda
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
working-directory: killercoda/tools/transformer

Check failure on line 24 in .github/workflows/blank.yml

View workflow run for this annotation

GitHub Actions / Regenerate tutorials

Invalid workflow file

The workflow is not valid. .github/workflows/blank.yml (Line: 24, Col: 9): Unexpected value 'working-directory'
- run: go build ./
- run: >
transformer
"${GITHUB_WORKSPACE}/loki/docs/sources/get-started/quick-start.md"
"${GITHUB_WORKSPACE}/killercoda/loki/loki-quickstart"
working-directory: killercoda/tools/transformer
- run: ./scripts/manage-pr.bash
shell: bash
working-directory: killercoda