Skip to content

Commit 23c5637

Browse files
committed
fix(ci): use proper yaml commits… 🤦
1 parent 191cd0b commit 23c5637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
with:
15-
ref: ${{ github.head_ref }} // to avoid cloning in detached state (which would break committing)
15+
ref: ${{ github.head_ref }} # to avoid cloning in detached state (which would break committing)
1616
- name: Format code
1717
uses: axel-op/googlejavaformat-action@v3
1818
with:

0 commit comments

Comments
 (0)