Skip to content

New scripts and updates to instructions to remove references #19

New scripts and updates to instructions to remove references

New scripts and updates to instructions to remove references #19

on:

Check failure on line 1 in .github/workflows/agent-workflow.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/agent-workflow.yml

Invalid workflow file

(Line: 1, Col: 4): Unexpected value '', (Line: 5, Col: 1): 'on' is already defined
name: Agent Workflow
on:
workflow_dispatch:
jobs:
agent-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Run agent script
run: |
node .github/agents/agent-script.js --from-workflow
env:
DRY_RUN: false
VERBOSE: true