Skip to content

Initial Attempt at Advisor Workflow #1

Initial Attempt at Advisor Workflow

Initial Attempt at Advisor Workflow #1

Workflow file for this run

permissions:

Check failure on line 1 in .github/workflows/run-advisor.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-advisor.yml

Invalid workflow file

(Line: 9, Col: 12): Unexpected value 'ubuntu-latest', (Line: 11, Col: 5): A sequence was not expected
issues: write
contents: write
on:
workflow_dispatch:
jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: jzheaux/spring-guides-actions/run-advisor@main
with:
spring-enterprise-username: ${{ secrets.SPRING_ENTERPRISE_USERNAME }}
spring-enterprise-token: ${{ secrets.SPRING_ENTERPRISE_PASSWORD }}
directory: initial
- uses: jzheaux/spring-guides-actions/run-advisor@main
with:
spring-enterprise-username: ${{ secrets.SPRING_ENTERPRISE_USERNAME }}
spring-enterprise-token: ${{ secrets.SPRING_ENTERPRISE_PASSWORD }}
directory: complete