Skip to content

Commit

Permalink
gha: use new repo name for reusable actions (#4128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Apr 30, 2024
1 parent a35ef9c commit 9ee0c98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name: push

jobs:
ack:
uses: ansible/devtools/.github/workflows/push.yml@main
uses: ansible/team-devtools/.github/workflows/push.yml@main
2 changes: 1 addition & 1 deletion examples/.github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on: # <-- ansible-lint should not complain or touch about this 'on'

jobs:
ack:
uses: ansible/devtools/.github/workflows/ack.yml@main
uses: ansible/team-devtools/.github/workflows/ack.yml@main
2 changes: 1 addition & 1 deletion examples/yamllint/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on: # <-- this is invalid by YAML 1.2 spec as it loads as true boolean.

jobs:
ack:
uses: ansible/devtools/.github/workflows/ack.yml@main
uses: ansible/team-devtools/.github/workflows/ack.yml@main

0 comments on commit 9ee0c98

Please sign in to comment.