Skip to content

add model to frontmatter #3

add model to frontmatter

add model to frontmatter #3

Workflow file for this run

name: Test Augment Agent Action
on:
workflow_dispatch:
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Skip if secret not set
if: ${{ !secrets.AUGMENT_SESSION_AUTH }}
run: echo "Skipping: AUGMENT_SESSION_AUTH is not configured in repo secrets."

Check failure on line 15 in .github/workflows/test-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- name: Test Augment Agent (public action)
if: ${{ secrets.AUGMENT_SESSION_AUTH }}
uses: augmentcode/augment-agent@v1
with:
augment_session_auth: ${{ secrets.AUGMENT_SESSION_AUTH }}
instruction: "Say hello"