Skip to content

ci(tools): update actions/checkout digest to 44c2b7a #60

ci(tools): update actions/checkout digest to 44c2b7a

ci(tools): update actions/checkout digest to 44c2b7a #60

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Galaxy upload
uses: robertdebock/galaxy-action@1.2.1
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...