Skip to content

Commit

Permalink
ci(GITHUB): rename template script
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jun 4, 2023
1 parent b0247d4 commit f15b4de
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# .github/scripts/template.sh
# .github/scripts/task-render-template.sh
# Perform automated templating.

# 1: Optional TOML Formatting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.job-30-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Documentation Test -- Render Template
run: |
source "./template/.github/scripts/template.sh"
source "./template/.github/scripts/task-render-template.sh"
- name: Documentation Test -- Check Markdown Links For Template
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.job-40-ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Ansible Lint -- Render Template
run: |
source "./template/.github/scripts/template.sh"
source "./template/.github/scripts/task-render-template.sh"
- name: Ansible Lint -- Lint Rendered Template
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.job-50-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Pre-Commit Test -- Render Template
run: |
source "./template/.github/scripts/template.sh" "${SELECTION_TOML}" "GitHub Action" "[email protected]"
source "./template/.github/scripts/task-render-template.sh" "${SELECTION_TOML}" "GitHub Action" "[email protected]"
env:
SELECTION_TOML: ${{ matrix.cookiecutter-toml-selection }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.job-60-remote-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Push Test -- Render Template
run: |
source "./template/.github/scripts/template.sh" "${SELECTION_TOML}" "GitHub Action" "[email protected]"
source "./template/.github/scripts/task-render-template.sh" "${SELECTION_TOML}" "GitHub Action" "[email protected]"
env:
SELECTION_TOML: ${{ matrix.cookiecutter-toml-selection }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.job-80-shell-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Shellcheck -- Render Template
run: |
source "./template/.github/scripts/template.sh"
source "./template/.github/scripts/task-render-template.sh"
- name: Shellcheck -- Shellcheck Scripts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.job-80-toml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Toml Lint -- Render Template
run: |
source "./template/.github/scripts/template.sh"
source "./template/.github/scripts/task-render-template.sh"
- name: Toml Lint -- Run Linter (Template)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.job-80-yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Yaml Lint Test -- Render Template
run: |
source "./template/.github/scripts/template.sh" "${SELECTION_TOML}"
source "./template/.github/scripts/task-render-template.sh" "${SELECTION_TOML}"
env:
SELECTION_TOML: ${{ matrix.cookiecutter-toml-selection }}

Expand Down

0 comments on commit f15b4de

Please sign in to comment.