Skip to content

ci(tools): update actions/checkout digest to eef6144 #88

ci(tools): update actions/checkout digest to eef6144

ci(tools): update actions/checkout digest to eef6144 #88

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- name: Galaxy upload
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.GALAXY_TOKEN }}
...