Skip to content

Commit 1225683

Browse files
committed
fix(ci): pinactのpushコマンドを修正
detached HEAD状態でも正しくpushできるように修正
1 parent d54323a commit 1225683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ jobs:
7979
8080
git add .github/workflows/
8181
git commit -m "chore(ci): pin GitHub Actions to commit SHA"
82-
git push
82+
git push origin HEAD:${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)