[llvm] [Github] Fix revisions in code format action reproducers (PR #155193)
Baranov Victor via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 25 14:23:54 PDT 2025
================
@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout at 08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: ${{ github.repository }}
- ref: ${{ github.base_ref }}
+ ref: ${{ github.ref }}
----------------
vbvictor wrote:
Is this for testing or it should be preferred? (asking if I should change in `pr-code-lint`)
https://github.com/llvm/llvm-project/pull/155193
More information about the llvm-commits
mailing list