Skip to content

Update to AdGuard Home 0.107.49 (#28) #7

Update to AdGuard Home 0.107.49 (#28)

Update to AdGuard Home 0.107.49 (#28) #7

Workflow file for this run

name: Release
'on':
push:
tags:
- '*'
defaults:
run:
working-directory: 'bcook254.adguardhome'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v3
with:
path: 'bcook254.adguardhome'
- name: Trigger a new import on Galaxy.
run: >-
ansible-galaxy role import --api-key ${{ secrets.GALAXY_API_KEY }}
$(echo ${{ github.repository }} | cut -d/ -f1) $(echo ${{ github.repository }} | cut -d/ -f2)