Skip to content

Commit

Permalink
fix gh push URL (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock authored Apr 24, 2024
1 parent 800f091 commit 5795ec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://github.com/ansible/devtools/blob/main/.github/workflows/push.yml
# See https://github.com/ansible/team-devtools/blob/main/.github/workflows/push.yml
name: push
on:
push:
Expand All @@ -9,4 +9,4 @@ on:

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

0 comments on commit 5795ec5

Please sign in to comment.