v0.3.1 Change default log level of charon #5
Workflow file for this run
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
--- | |
name: π Galaxy import | |
on: | |
release: | |
types: | |
- published | |
jobs: | |
import: | |
name: π Galaxy Action | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v2 | |
- name: galaxy | |
uses: robertdebock/[email protected] | |
with: | |
git_branch: master | |
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} |