diff options
author | kumvijaya <kuvmijaya@gmail.com> | 2024-06-30 13:19:11 +0530 |
---|---|---|
committer | kumvijaya <kuvmijaya@gmail.com> | 2024-06-30 13:19:11 +0530 |
commit | 64ee292d15db2ec6c73498854b257f3d72c10ace (patch) | |
tree | 488084f7740012886970e344d228e65c7c2e4857 /.github/workflows/auto-author-assign.yml | |
parent | 3e51f62abe6c8c3475d5fa90acdddea62b4decd1 (diff) | |
download | vyatta-cfg-system-T6533-add-reusable-workflows.tar.gz vyatta-cfg-system-T6533-add-reusable-workflows.zip |
T6533: added workflows for PR checksT6533-add-reusable-workflows
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 61612cce..f3980f50 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@current + uses: vyos/.github/.github/workflows/assign-author.yml@sagitta secrets: inherit |