Skip to content

Commit

Permalink
rename action and add checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzrd committed Feb 16, 2024
1 parent 7e08664 commit f000056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Molecule Tests atuin client
name: Build and release collection to galaxy

on:
push:
Expand All @@ -9,6 +9,8 @@ jobs:
deploy_to_galaxy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy Ansible Galaxy Collection
uses: artis3n/ansible_galaxy_collection@v2
with:
Expand Down

0 comments on commit f000056

Please sign in to comment.