Skip to content

ci(tools): update actions/checkout digest to 0ad4b8f #55

ci(tools): update actions/checkout digest to 0ad4b8f

ci(tools): update actions/checkout digest to 0ad4b8f #55

Workflow file for this run

---
name: galaxy
"on":
workflow_dispatch:
push:
branches:
- master
tags:
- v*
jobs:
galaxy:
runs-on: ubuntu-latest
if: github.repository_owner == 'rolehippie'
steps:
- name: Checkout source
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Galaxy upload
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...