diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-14 15:27:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 15:27:27 +0200 |
commit | 9d5f2dca9c0aad311dc4ebed7a7ca4a34c9e55a3 (patch) | |
tree | a22c79fbfa70086b4f6ecc3cc387f9c5b0036533 /.github/workflows/auto-author-assign.yml | |
parent | 1abf323d378bb565236f21d8a0cfbf6b1b00a08c (diff) | |
parent | 6c4bd6cdaa6008f05ed610742a4cc7e79988b737 (diff) | |
download | vyos-1x-9d5f2dca9c0aad311dc4ebed7a7ca4a34c9e55a3.tar.gz vyos-1x-9d5f2dca9c0aad311dc4ebed7a7ca4a34c9e55a3.zip |
Merge pull request #3647 from vyos/T6487-update-central-workflow-branch
T6487: updated central workflows to use current branch
Diffstat (limited to '.github/workflows/auto-author-assign.yml')
-rw-r--r-- | .github/workflows/auto-author-assign.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index c3696ea47..61612cce3 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -10,5 +10,5 @@ permissions: jobs: assign-author: - uses: vyos/.github/.github/workflows/assign-author.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/assign-author.yml@current secrets: inherit |