Skip to content

Commit afab76e

Browse files
committed
Generated Ansible files
1 parent 21cef7d commit afab76e

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/galaxy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
# uses: buluma/[email protected] # TODO: rebuild action
1717
uses: robertdebock/[email protected]
1818
with:
19-
galaxy_api_key: ${{ secrets.galaxy_api_key }}
19+
galaxy_api_key: ${{ secrets.galaxy_api_key }}
20+
git_branch: ${{ github.event.repository.default_branch }}

.github/workflows/todo.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ name: "TODO 2 Issue"
77

88
on:
99
push:
10+
branches:
11+
- master
12+
- main
13+
- testing
14+
paths-ignore:
15+
- '**/README.md'
16+
- '**/CHANGELOG.md'
17+
tags_ignore:
18+
- '*'
1019

1120
jobs:
1221
build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a
104104

105105
## [License](#license)
106106

107-
[Apache-2.0](https://github.com/buluma/ansible-role-terraform/blob/master/LICENSE).
107+
[Apache-2.0](https://github.com/buluma/ansible-role-terraform/blob/master/LICENSE)
108108

109109
## [Author Information](#author-information)
110110

0 commit comments

Comments
 (0)