Skip to content

deploy-test

deploy-test #14

Workflow file for this run

#! vim: ts=2 expandtab:
name: deploy-test
on: [ workflow_dispatch ]
jobs:
call-common:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Call common
uses: ./.github/actions/deploy-common
with:
destination: 'usegalaxy-test.blablabla'