We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea3697 commit 08fa020Copy full SHA for 08fa020
.github/workflows/run_smithy.yml
@@ -42,7 +42,8 @@ jobs:
42
git config --global user.name "NWB Extensions Bot"
43
git config --global init.defaultBranch main
44
45
- - name: Create catalog record repo for all staged extensions in repo, push new repo to GitHub, remove staged extensions
46
- run: |
47
- smithy_init_all
48
- git push https://${{ secrets.NWB_EXTENSIONS_BOT_GITHUB_TOKEN }}@github.com/nwb-extensions/staged-extensions.git
+ - name: Create catalog record repo for all staged extensions in repo, push new repo to GitHub
+ run: smithy_init_all
+
+ - name: Remove staged extensions
49
+ run: git push https://${{ secrets.NWB_EXTENSIONS_BOT_GITHUB_TOKEN }}@github.com/nwb-extensions/staged-extensions.git
0 commit comments