Manif/Update _rsplugins/1000-builtin #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto-update _rsplugins/1000-builtin/MANIFEST.ini | ||
on: | ||
push: | ||
branches: | ||
- 'v3.x.x' | ||
paths: | ||
- '_rsplugins/1000-builtin/**' | ||
- '_rsplugins/1000-builtin/**/*' | ||
workflow_dispatch: | ||
jobs: | ||
update_manif: | ||
uses: ./.github/workflows/update-manifest.yml | ||
Check failure on line 12 in .github/workflows/autoupdate-rsplugins_builtin-manifest.yml GitHub Actions / Auto-update _rsplugins/1000-builtin/MANIFEST.iniInvalid workflow file
|
||
with: | ||
path: './_rsplugins/1000-builtin' | ||
secrets: | ||
key: ${{ secrets.MAN_KEY }} |