Skip to content

Commit

Permalink
ack.yml: Pin source to address breakage
Browse files Browse the repository at this point in the history
This effectively reverts two commits:
- ansible/team-devtools@e65cc8e
- ansible/team-devtools@fa89918
  • Loading branch information
hartwork committed Sep 9, 2023
1 parent 574de69 commit 0a67c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ack.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# See https://github.com/ansible/devtools/blob/main/.github/workflows/ack.yml
# See https://github.com/ansible/devtools/blob/84bd16a1b0516217c3991a5a7abe2eddd7bad398/.github/workflows/ack.yml
name: ack
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]

jobs:
ack:
uses: ansible/devtools/.github/workflows/ack.yml@main
uses: ansible/devtools/.github/workflows/ack.yml@84bd16a1b0516217c3991a5a7abe2eddd7bad398

0 comments on commit 0a67c20

Please sign in to comment.