mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-11-14 15:40:18 +01:00
233e9d4202
Bumps [robertdebock/galaxy-action](https://github.com/robertdebock/galaxy-action) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/robertdebock/galaxy-action/releases) - [Commits](https://github.com/robertdebock/galaxy-action/compare/1.0.3...9405322e638f833cb18ad7809fed9502bef50e9b) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
364 B
YAML
20 lines
364 B
YAML
---
|
|
name: 🌌 Galaxy import
|
|
|
|
on:
|
|
push: {}
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
import:
|
|
name: 🚀 Galaxy Action
|
|
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 }}
|