Skip to content

Commit

Permalink
style: Replace === with ---
Browse files Browse the repository at this point in the history
  • Loading branch information
trallnag committed Oct 21, 2021
1 parent 6c55079 commit e3983ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/primary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:

steps:

# ========================================================================
# ------------------------------------------------------------------------

- uses: actions/checkout@v2

# ========================================================================
# ------------------------------------------------------------------------
# Pre-Commit

- uses: actions/setup-python@v2
Expand All @@ -37,7 +37,7 @@ jobs:

- run: pre-commit run --all-files --verbose --show-diff-on-failure

# ========================================================================
# ------------------------------------------------------------------------
# Semantic Release

- name: Copy package meta info to root
Expand All @@ -63,11 +63,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# ========================================================================
# ------------------------------------------------------------------------

- name: Import to Ansible Galaxy
uses: robertdebock/galaxy-action@1.1.1
with:
galaxy_api_key: ${{ secrets.GALAXY_API_KEY }}

# ========================================================================
# ------------------------------------------------------------------------
6 changes: 3 additions & 3 deletions .github/workflows/secondary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

steps:

# ========================================================================
# ------------------------------------------------------------------------

- uses: actions/checkout@v2

# ========================================================================
# ------------------------------------------------------------------------
# Pre-Commit

- uses: actions/setup-python@v2
Expand All @@ -38,4 +38,4 @@ jobs:

- run: pre-commit run --all-files --verbose --show-diff-on-failure

# ========================================================================
# ------------------------------------------------------------------------

0 comments on commit e3983ef

Please sign in to comment.