added unitless to f_se and f_su parameters #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/test_action.yaml | |
name: Create and annotate SBML | |
on: [push, workflow_dispatch] | |
jobs: | |
create-and-annotate-sbml: | |
uses: jwkruisselbrink/sbml-pbk-workflow/.github/workflows/build.yml@main | |
with: | |
model-name: euromix | |
permissions: | |
contents: write | |
secrets: inherit |