Skip to content

Commit

Permalink
style: Rename to Publish role on Ansible Galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobLichterfeld committed Aug 30, 2023
1 parent 8da8a00 commit 0468b4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
# see: https://github.com/geerlingguy/ansible-role-docker/blob/8bb277bd7fb7019eb129b4a07194f0364c060203/.github/workflows/release.yml
name: Release Role to Ansible Galaxy
name: Publish role on Ansible Galaxy
on:
push:
workflow_dispatch:
workflow_call:

jobs:
release:
name: Release role to Ansible Galaxy
name: Publish role on Ansible Galaxy
runs-on: ubuntu-latest
# prevent stuck jobs
timeout-minutes: 20
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Set up Ansible
uses: ./.github/actions/set-up-ansible

- name: Publish role with import to Galaxy
- name: Import to Ansible Galaxy
run: >-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ansible Role: Amok Exifsorter

[![CI](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/ci.yml)
[![Release Role to Ansible Galaxy](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/release_to_ansible_galaxy.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/release_to_ansible_galaxy.yml)
[![Publish role on Ansible Galaxy](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/publish_role_on_ansible_galaxy.yml/badge.svg?branch=main)](https://github.com/JakobLichterfeld/ansible-role-amok_exifsorter/actions/workflows/publish_role_on_ansible_galaxy.yml)

Install Amok Exifsorter via download.

Expand Down

0 comments on commit 0468b4a

Please sign in to comment.