Skip to content

Workflow file for this run

on:
[push]
# schedule:
# # everyday at midnight
# - cron: "-1 0 * * *"
jobs:
sync_laravel_nova_job:
runs-on: ubuntu-latest
name: "Syncs Laravel Nova Releases"
steps:
- name: "Runs sync action"
uses: actions/checkout@v4
uses: "./.github/actions/sync-action.yml"

Check failure on line 13 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 13, Col: 9): 'uses' is already defined