mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 20:25:11 +00:00
Removing force add of commands folder
Prompts aren't supported anymore so we don't need to try and add them.
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -49,6 +49,6 @@ jobs:
|
||||
git config user.name "github-actions[bot]"
|
||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git add -A
|
||||
git add -f plugins/*/agents/ plugins/*/commands/ plugins/*/skills/
|
||||
git add -f plugins/*/agents/ plugins/*/skills/
|
||||
git commit -m "chore: publish from staged [skip ci]" --allow-empty
|
||||
git push origin HEAD:main --force
|
||||
|
||||
Reference in New Issue
Block a user