Skip to content

Commit ef0170f

Browse files
committed
try to fix build, and some typos
1 parent ef0d5c9 commit ef0170f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/generate-preview-sample.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,9 @@ jobs:
7373
# 2. Run PressMintBuild
7474
# -----------------------------
7575
- name: Run PressMintBuild
76-
uses: your-org/PressMintBuild@v1
76+
uses: ./PressMint/.github/actions/PressMintBuild
7777
with:
78-
source-dir: src
79-
output-dir: build
78+
press: '${{ steps.meta_load.outputs.PRESS_CODE }}'
8079

8180
# -----------------------------
8281
# 3. Prepare preview branch
@@ -91,8 +90,8 @@ jobs:
9190
9291
echo "Publishing preview branch: $BRANCH"
9392
94-
git config user.name "github-actions[bot]"
95-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
93+
git config --global user.name 'Matyáš Kopp (through GitHub Action)'
94+
git config --global user.email 'matyaskopp@users.noreply.github.com'
9695
9796
# clone repo with token
9897
git clone \

0 commit comments

Comments
 (0)