We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0d5c9 commit ef0170fCopy full SHA for ef0170f
1 file changed
.github/workflows/generate-preview-sample.yml
@@ -73,10 +73,9 @@ jobs:
73
# 2. Run PressMintBuild
74
# -----------------------------
75
- name: Run PressMintBuild
76
- uses: your-org/PressMintBuild@v1
+ uses: ./PressMint/.github/actions/PressMintBuild
77
with:
78
- source-dir: src
79
- output-dir: build
+ press: '${{ steps.meta_load.outputs.PRESS_CODE }}'
80
81
82
# 3. Prepare preview branch
@@ -91,8 +90,8 @@ jobs:
91
90
92
echo "Publishing preview branch: $BRANCH"
93
94
- git config user.name "github-actions[bot]"
95
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name 'Matyáš Kopp (through GitHub Action)'
+ git config --global user.email 'matyaskopp@users.noreply.github.com'
96
97
# clone repo with token
98
git clone \
0 commit comments