Skip to content

new commit

new commit #119

name: Update Code.json
on:
schedule:
- cron: 0 0 1 * * # First day of every month
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths:
- "code.json"
permissions:
contents: write
pull-requests: write
issues: write
jobs:
update-code-json:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
{% raw %}

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

View workflow run for this annotation

GitHub Actions / .github/workflows/updateCodeJSON.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
- name: Update code.json
uses: DSACMS/automated-codejson-generator@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: "main"
SKIP_PR: "false"
{% endraw %}