Skip to content

Commit

Permalink
Depend on the tremble version of the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Jun 23, 2023
1 parent ed62b6b commit aaa0813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [workflow_call] # allow this workflow to be called from other workflows

jobs:
sanity:
uses: ansible-network/github_actions/.github/workflows/sanity.yml@main
uses: tremble/ansible_github_actions/.github/workflows/sanity.yml@preinstall
with:
matrix_include: "[]"
matrix_exclude: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [workflow_call] # allow this workflow to be called from other workflows

jobs:
unit-source:
uses: ansible-network/github_actions/.github/workflows/unit_source.yml@main
uses: tremble/ansible_github_actions/.github/workflows/unit_source.yml@preinstall
with:
matrix_exclude: >-
[
Expand Down

0 comments on commit aaa0813

Please sign in to comment.