Skip to content

v1.0.0

v1.0.0 #1

Workflow file for this run

---
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: main
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}