Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workflow update/fix createchangelog not running (#23)
* Make workflows re-usable * Rename File Extensions for some workflow files * Change job ordering * Try something else to force specific job ordering * Another Try something else to force specific job ordering * Add comments & rename some jobs * Make 'github-pages' workflow file get latest commits from action's current branch Current branch means the running git branch that the GitHub Action was ran at. * Add reference to 'Checkout Repo' step * Fix Admonition in Changelog Workflow * Remove un-used 'release.yaml' workflow * Add 'release' event to 'github-pages' workflow * Fix Admonition in Changelog Workflow * Make 'actions/checkout' fetch latest of anything, git submodules, tags, and commits * Fix yaml syntax error * Handle special case in 'createchangelog.yaml' workflow * Update workflows * Fix issue with 'createchangelog' workflow always switching to Git Detached Head Mode * Reorder 'env' field in 'createchangelog' workflow * Fix 'close-discussion' workflow not working * Add debug info to 'close-discussion' workflow * Maybe this'll fix 'close-discussion.yml' Workflow
- Loading branch information