Skip to content

Commit 9ee0c98

Browse files
authored
gha: use new repo name for reusable actions (#4128)
1 parent a35ef9c commit 9ee0c98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name: push
1010

1111
jobs:
1212
ack:
13-
uses: ansible/devtools/.github/workflows/push.yml@main
13+
uses: ansible/team-devtools/.github/workflows/push.yml@main

examples/.github/workflows/sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on: # <-- ansible-lint should not complain or touch about this 'on'
66

77
jobs:
88
ack:
9-
uses: ansible/devtools/.github/workflows/ack.yml@main
9+
uses: ansible/team-devtools/.github/workflows/ack.yml@main

examples/yamllint/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on: # <-- this is invalid by YAML 1.2 spec as it loads as true boolean.
66

77
jobs:
88
ack:
9-
uses: ansible/devtools/.github/workflows/ack.yml@main
9+
uses: ansible/team-devtools/.github/workflows/ack.yml@main

0 commit comments

Comments
 (0)