Skip to content

Commit 313f965

Browse files
committed
build: use env instead of with for push to gh-pages action
1 parent 819c16f commit 313f965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# only main
3434
- uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa
3535
if: github.ref == 'refs/heads/main'
36-
with:
36+
env:
3737
REPO: self
3838
BRANCH: gh-pages
3939
FOLDER: storybook-static
@@ -42,7 +42,7 @@ jobs:
4242
# only tags
4343
- uses: s0/git-publish-subdir-action@61eb9e6420447e7cbf010f7cce37103665c46bfa
4444
if: github.ref == 'refs/tags/*'
45-
with:
45+
env:
4646
REPO: self
4747
BRANCH: gh-pages
4848
FOLDER: storybook-static

0 commit comments

Comments
 (0)