Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 527d662 commit 6575fb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-common.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#! vim: ts=2:
#! vim: ts=2 expandtab:

name: deploy-common

jobs:
deploy:
runs-on: ubuntu-latest
deploy:
runs-on: ubuntu-latest

steps:
- name: Install Ansible
run: echo {{ destination }}
steps:
- name: Install Ansible
run: echo {{ destination }}
4 changes: 2 additions & 2 deletions .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: deploy-test

jobs:
runs-on: ubuntu-latest
call-common:
uses: deploy-common
runs-on: ubuntu-latest
uses: deploy-common@main
with:
destination: 'usegalaxy-test.blablabla'

Expand Down

0 comments on commit 6575fb7

Please sign in to comment.