[all-commits] [llvm/llvm-project] 688664: [Github] Make code formatting action checkout SHA ...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Nov 11 20:34:15 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 688664fd19bd910dbd7a6d7855840b72ede5f0eb
https://github.com/llvm/llvm-project/commit/688664fd19bd910dbd7a6d7855840b72ede5f0eb
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-11-11 (Sat, 11 Nov 2023)
Changed paths:
M .github/workflows/pr-code-format.yml
Log Message:
-----------
[Github] Make code formatting action checkout SHA rather than ref
Checking out a ref of the branch requires the remote to be the same as
the fork whereas setting it to be the commit SHA allows for us to avoid
changing the remote. This should fix the action not working on PRs made
from forks (essentially all of them).
More information about the All-commits
mailing list