Update KWS to point to correct location of reusable action (#41)

Šī revīzija ir iekļauta:
Mallya, Ameya Keshava
2024-12-03 12:23:37 -08:00
revīziju iesūtīja GitHub
vecāks 4a80ecbfb8
revīzija 78cd4c9526
+1 -1
Parādīt failu
@@ -23,7 +23,7 @@ jobs:
# - KEYWORD_SCAN_USER : your username in keywordsearch.amd.com to access the above project
# - KEYWORD_SCAN_PASSWORD : your password in keywordsearch.amd.com to access the above project
if: ${{ github.event_name == 'pull_request' }}
uses: ROCm/rocm-reusable-workflows/.github/workflows/common.yaml@main
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/common.yaml@main
secrets: inherit
# Add your repo specific workflows (if any) below this line, edit nothing above this line.