We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7840028 commit d36c03cCopy full SHA for d36c03c
.github/workflows/ghpkg.yml
@@ -108,7 +108,7 @@ jobs:
108
git status
109
git remote set-url origin git@github.com:underpostnet/pwa-microservices-template-ghpkg.git
110
git add .
111
- git commit -m "Update github repo package"
+ git commit -m "ci(package-pwa-microservices-template-ghpkg): ⚙️ Update github repo package"
112
git push https://${{ secrets.GIT_AUTH_TOKEN }}@github.com/underpostnet/pwa-microservices-template-ghpkg.git
113
114
# git push -u origin https://${{ secrets.GIT_AUTH_TOKEN }}@github.com/underpostnet/pwa-microservices-template-ghpkg.git
0 commit comments