Skip to content

Commit fd21921

Browse files
authored
Merge pull request #16 from zhavir/implement-personal-portfolio
fix: workflow params
2 parents 30b7956 + 168e344 commit fd21921

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
publish:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
16+
with:
17+
persist-credentials: false
1618
- name: Setup Node.js
1719
uses: actions/setup-node@v3
1820
with:

0 commit comments

Comments
 (0)