We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664c9db commit 94b5eefCopy full SHA for 94b5eef
.github/workflows/update-timestamps.yml
@@ -38,6 +38,7 @@ jobs:
38
git config user.name 'github-actions[bot]'
39
git config user.email 'github-actions[bot]@users.noreply.github.com'
40
git commit -m "Bumped repo timestamps"
41
+ git config --global --add --bool push.autoSetupRemote true
42
git push
43
44
build_fatimage:
0 commit comments