We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7184341 commit ac9c98cCopy full SHA for ac9c98c
2 files changed
.github/workflows/deploy.yaml
@@ -38,7 +38,7 @@ jobs:
38
deploy:
39
needs: setup
40
name: Deploy
41
- uses: canonical/webteam-devops/.github/workflows/deploy.yaml@main
+ uses: canonical/webteam-devops/.github/workflows/deploy.yaml@fix-#5
42
with:
43
environment: ${{ needs.setup.outputs.environment }}
44
charm_name: ${{ needs.setup.outputs.charm_name }}
charm/charmcraft.yaml
@@ -12,7 +12,7 @@ bases:
12
13
summary: The charm for the snapcraft.io website
14
15
-description: The charm for the snapcraft.io website, built with the PaaS app charmer.
+description: The charm for the snapcraft.io website, built with the PaaS app charmer
16
17
extensions:
18
- flask-framework
0 commit comments