Initial commit
This commit is contained in:
16
roles/gekmihesg.openwrt/.github/workflows/galaxy.yml
vendored
Normal file
16
roles/gekmihesg.openwrt/.github/workflows/galaxy.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: Release to Ansible Galaxy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
galaxy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: robertdebock/galaxy-action@1.2.0
|
||||
with:
|
||||
galaxy_api_key: ${{secrets.galaxy_api_key}}
|
||||
git_branch: master
|
||||
Reference in New Issue
Block a user