We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ead15 commit 5c68d62Copy full SHA for 5c68d62
1 file changed
.github/workflows/pull-code-samples.yml
@@ -8,16 +8,13 @@ on:
8
jobs:
9
update-samples:
10
runs-on: ubuntu-latest
11
-
+
12
steps:
13
- name: Checkout repository
14
uses: actions/checkout@v6
15
16
- name: Setup Node.js
17
uses: actions/setup-node@v6
18
- with:
19
- node-version: '18'
20
- cache: 'npm'
21
22
- name: Install dependencies
23
run: npm install
@@ -31,4 +28,4 @@ jobs:
31
28
git config --local user.name "github-actions[bot]"
32
29
git add snippets/
33
30
git diff --quiet && git diff --staged --quiet || git commit -m "Update code samples [skip ci]"
34
- git push
+ git push
0 commit comments