1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_install_firefox.git synced 2024-08-16 12:59:49 +02:00
ansible_role_install_firefox/.github/workflows/galaxy.yml

21 lines
582 B
YAML
Raw Normal View History

2021-03-12 00:06:30 +01:00
---
name: Galaxy release
2021-03-12 13:24:17 +01:00
# yamllint disable-line rule:truthy
2021-03-12 00:06:30 +01:00
on:
push:
2021-03-12 00:24:57 +01:00
branches: ['main']
release:
types: ['created']
2021-03-12 00:06:30 +01:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: galaxy
uses: robertdebock/galaxy-action@1.1.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}