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/check-unused-imports.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/check-unused-imports.yml')
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index 0f0cff3ec..835cc1180 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -12,5 +12,5 @@ permissions: jobs: check-unused-imports: - uses: vyos/.github/.github/workflows/check-unused-imports.yml@feature/T6349-reusable-workflows + uses: vyos/.github/.github/workflows/check-unused-imports.yml@current secrets: inherit |