Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 727791b

Browse files
committed
Corrected how arguments are passed to new action type
1 parent cd522b1 commit 727791b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- uses: enriikke/gatsby-gh-pages-action@v2
14-
env:
14+
with:
1515
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
1616
DEPLOY_BRANCH: 'master'

0 commit comments

Comments
 (0)