Skip to content

Add quotes around keys in exporter config template (#44) #43

Add quotes around keys in exporter config template (#44)

Add quotes around keys in exporter config template (#44) #43

Workflow file for this run

# This is a template `release.yaml` file for ops charms
# This file is managed by bootstack-charms-spec and should not be modified
# within individual charm repos. https://launchpad.net/bootstack-charms-spec
name: Release to Edge
on:
push:
branches: [ master, main ]
jobs:
release:
uses: canonical/bootstack-actions/.github/workflows/charm-release.yaml@main
secrets: inherit
with:
python-version-unit: "['3.8', '3.10']"
python-version-func: "3.10"
tox-version: "<4"
channel: "latest/edge"
upload-image: false
commands: "['FUNC_ARGS=\"--series jammy\" make functional']"