diff options
author | kumvijaya <kumvijaya@gmail.com> | 2024-06-14 17:48:34 +0530 |
---|---|---|
committer | kumvijaya <kumvijaya@gmail.com> | 2024-06-14 17:48:34 +0530 |
commit | 6c4bd6cdaa6008f05ed610742a4cc7e79988b737 (patch) | |
tree | a22c79fbfa70086b4f6ecc3cc387f9c5b0036533 /.github/workflows/auto-author-assign.yml | |
parent | 1abf323d378bb565236f21d8a0cfbf6b1b00a08c (diff) | |
download | vyos-1x-6c4bd6cdaa6008f05ed610742a4cc7e79988b737.tar.gz vyos-1x-6c4bd6cdaa6008f05ed610742a4cc7e79988b737.zip |
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 |