We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c456f commit 19b89abCopy full SHA for 19b89ab
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
env:
11
FORCE_COLOR: 2
12
NODE: 16
13
- RUBY: 3.1
+ RUBY: "3.1"
14
15
jobs:
16
test:
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- name: Clone repository
21
uses: actions/checkout@v3
22
+ with:
23
+ persist-credentials: false
24
25
- name: Set up Node.js
26
uses: actions/setup-node@v3
@@ -54,6 +56,8 @@ jobs:
54
56
55
57
58
59
60
61
62
- name: Download docs
63
uses: actions/download-artifact@v3
0 commit comments