We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9989f commit caa94d0Copy full SHA for caa94d0
.github/workflows/kicad.yml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
GITHUB_SHA: ${{ github.sha }}
28
run: |
29
- sed -i "s~\[Uncontrolled\]~${GITHUB_SHA}~g" Kicad/*.sch Kicad/*.kicad_pcb
+ sed -i "s~\[Uncontrolled\]~${GITHUB_SHA:0:6}~g" Kicad/*.sch Kicad/*.kicad_pcb
30
- name: Run KiBot
31
uses: nerdyscout/[email protected]
32
with:
0 commit comments