diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:31:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 00:31:49 +0000 |
commit | bab439d459ac088a59193f8d63d44a62be2c5a04 (patch) | |
tree | a6f51bc18a0e6688625cffd7d0c71c0b49cdbf0f /.github/workflows/ack.yml | |
parent | Releasing progress-linux version 4.1.11-1~progress7.99u1. (diff) | |
download | python-ansible-compat-bab439d459ac088a59193f8d63d44a62be2c5a04.tar.xz python-ansible-compat-bab439d459ac088a59193f8d63d44a62be2c5a04.zip |
Merging upstream version 4.1.12.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/ack.yml')
-rw-r--r-- | .github/workflows/ack.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ack.yml b/.github/workflows/ack.yml index bdf02b5..1a73a9d 100644 --- a/.github/workflows/ack.yml +++ b/.github/workflows/ack.yml @@ -6,4 +6,5 @@ on: jobs: ack: - uses: ansible/devtools/.github/workflows/ack.yml@main + uses: ansible/team-devtools/.github/workflows/ack.yml@main + secrets: inherit |