Skip to content

Merge pull request #5 from Ragdata/dependabot/github_actions/peter-ev… #6

Merge pull request #5 from Ragdata/dependabot/github_actions/peter-ev…

Merge pull request #5 from Ragdata/dependabot/github_actions/peter-ev… #6

####################################################################
# repo-manager.call-local.yml
####################################################################
# Ragdata's Repo Manager Local Caller Workflow
#
# File: repo-manager.call-local.yml
# Version: 1.0
# Author: Ragdata
# Date: 12/08/2024
# License: MIT License
# Copyright: Copyright © 2024 Redeyed Technologies
####################################################################
name: Repo Manager
on:
# Allows for manual triggering via the Actions tab
workflow_dispatch:
jobs:
call_reusable_workflow:
permissions:
contents: write
uses: ./github/workflows/repo-manager.yml

Check failure on line 24 in .github/workflows/repo-manager.call-local.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/repo-manager.call-local.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets:
token: ${{ secrets.GITHUB_TOKEN }}