Skip to content

Commit f6aee8a

Browse files
authored
CI: Push detached head to master
1 parent 0c0deb9 commit f6aee8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
git config user.name "CircleCI Deploy"
172172
git add templateflow/conf/templateflow-skel.zip
173173
git commit -m "rel(${CIRCLE_TAG}): Update S3 skeleton file [skip ci]"
174-
git push origin master
174+
git push origin HEAD:master
175175
176176
workflows:
177177
version: 2

0 commit comments

Comments
 (0)