Skip to content

Commit 9027564

Browse files
committed
Cleanup
1 parent ee6bb5d commit 9027564

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/glimmer-syntax-prettier-smoke-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "@glimmer/syntax Prettier Smoke Test"
1+
name: "Prettier Smoke Test w/ @glimmer/syntax"
22

33
on:
44
push:
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+
with:
36+
persist-credentials: false
3537
- uses: ./.github/actions/setup
3638
- run: pnpm build
3739

@@ -42,6 +44,7 @@ jobs:
4244
- name: Checkout prettier/prettier
4345
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4446
with:
47+
persist-credentials: false
4548
repository: prettier/prettier
4649
path: prettier-repo
4750

0 commit comments

Comments
 (0)