Skip to content

Merge pull request #220 from catalyst/migrate_after_config_callback #13

Merge pull request #220 from catalyst/migrate_after_config_callback

Merge pull request #220 from catalyst/migrate_after_config_callback #13

#
# Whenever version.php is changed, add the latest version
# to the Moodle Plugins directory at https://moodle.org/plugins
#
name: Releasing in the Plugins directory
on:
push:
branches:
- VERSION3
paths:
- 'version.php'
jobs:
workflow_group_310_plus_release:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-release.yml@main

Check failure on line 16 in .github/workflows/moodle-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/moodle-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/moodle-release.yml" -> "catalyst/catalyst-moodle-workflows/.github/workflows/group-310-plus-release.yml@main" : failed to fetch workflow: workflow was not found.
with:
plugin_name: local_envbar
secrets:
moodle_org_token: ${{ secrets.MOODLE_ORG_TOKEN }}