You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix PIE installation to use commit SHA instead of branch name
- Use ${{ github.sha }} instead of branch reference
- Prevents git checkout failures when branch history is rewritten
- Ensures PIE can reliably checkout the specific commit
Signed-off-by: James Duong <[email protected]>
0 commit comments