From 7113380a7462602d30b95a46cf22bccdc915ebb2 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Mon, 25 Dec 2023 08:46:10 +0300 Subject: [PATCH] Generated Ansible files --- .github/workflows/galaxy.yml | 3 ++- .github/workflows/todo.yml | 9 +++++++++ README.md | 6 ++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 38eca22..51fcb24 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -16,4 +16,5 @@ jobs: # uses: buluma/galaxy-action@v6.25.22 # TODO: rebuild action uses: robertdebock/galaxy-action@1.2.1 with: - galaxy_api_key: ${{ secrets.galaxy_api_key }} + galaxy_api_key: ${{ secrets.galaxy_api_key }} + git_branch: ${{ github.event.repository.default_branch }} diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 7837717..14d4e18 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -7,6 +7,15 @@ name: "TODO 2 Issue" on: push: + branches: + - master + - main + - testing + paths-ignore: + - '**/README.md' + - '**/CHANGELOG.md' + tags_ignore: + - '*' jobs: build: diff --git a/README.md b/README.md index f1f970d..9975fef 100644 --- a/README.md +++ b/README.md @@ -91,13 +91,11 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a ## [License](#license) -[Apache-2.0](https://github.com/buluma/ansible-role-epel/blob/master/LICENSE). +[Apache-2.0](https://github.com/buluma/ansible-role-epel/blob/master/LICENSE) ## [Author Information](#author-information) -[buluma](https://buluma.github.io/) +[Shadow Walker](https://buluma.github.io/) -### [Special Thanks](#special-thanks) - Template inspired by [Robert de Bock](https://github.com/robertdebock)