We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4df97f commit 4d45642Copy full SHA for 4d45642
1 file changed
.github/workflows/track-upstream.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Apply your custom change
50
run: |
51
# Remove 3-line sponsor authorization block in alfen.go
52
- sed -i '/if !sponsor\.IsAuthorized()/,+2d' evcc/charger/alfen.go
+ sed -i '/if !sponsor\.IsAuthorized()/,+2d' charger/alfen.go
53
54
- name: Commit and push patched release
55
env:
0 commit comments