Skip to content

Commit

Permalink
dynamic branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Feb 3, 2024
1 parent 7d41c0b commit 98d2cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/esp82xx-nonos-linklayer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
git add -u
git commit -m 'Rebuild lwip2 libs'
git push deploy lwip2-rebuild
branch=$(date -Im | tr '[:-+]' '_')
git push deploy lwip2-rebuild:lwip2/build-${branch}
popd

0 comments on commit 98d2cf3

Please sign in to comment.