Skip to content

Commit d39518a

Browse files
committed
dynamic branch name
1 parent 7d41c0b commit d39518a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/esp82xx-nonos-linklayer.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
git add -u
7676
git commit -m 'Rebuild lwip2 libs'
7777
78-
git push deploy lwip2-rebuild
78+
branch=$(date -Im | tr '[:punct:]' '_')
79+
git push deploy lwip2-rebuild:lwip2/build-${branch}
7980
8081
popd

0 commit comments

Comments
 (0)