Skip to content

add: configurable logfile (#43) #45

add: configurable logfile (#43)

add: configurable logfile (#43) #45

Workflow file for this run

---
name: Galaxy import
on:
push:
branches:
- develop
- master
release:
types:
- published
jobs:
import:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}