Skip to content

ci(tools): update actions/checkout digest to 1d96c77 #145

ci(tools): update actions/checkout digest to 1d96c77

ci(tools): update actions/checkout digest to 1d96c77 #145

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