diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-09-06 18:08:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 18:08:41 +0300 |
commit | bb3e8db9a53bfcded37aa4f2f78ce0b463589225 (patch) | |
tree | 526a0d22b58be60af4481e1e5a0d99e9cda155db /.github | |
parent | cc48277a987446720c9f84e085a2cedfb54369e9 (diff) | |
download | vyos-documentation-bb3e8db9a53bfcded37aa4f2f78ce0b463589225.tar.gz vyos-documentation-bb3e8db9a53bfcded37aa4f2f78ce0b463589225.zip |
Use current branch for auto-author-assign.yml
Diffstat (limited to '.github')
-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 c3696ea4..61612cce 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 |