File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3939 run : echo "PLAYWRIGHT_VERSION=$(jq -r '.dependencies.playwright' package.json)" >> $GITHUB_ENV
4040
4141 - name : Cache Playwright executables
42- id : playwright-cache
4342 uses : actions/cache@v3
4443 with :
4544 path : ~/.cache/ms-playwright
6160 git add conversations/*.html || true
6261 git add -u conversations/*.html || true
6362 git diff --cached --quiet && exit 0
64- git commit -F .git/commitmsg
63+ git commit -m "${{ steps.archive.outputs }}"
6564 git push
Original file line number Diff line number Diff line change 5555
5656// Compose commit message and output it for workflow
5757const commitMessage = buildCommitMessage ( added , deleted )
58- await writeFile ( ".git/commit-msg" , commitMessage , "utf8" )
58+ process . env [ "GITHUB_OUTPUT" ] = commitMessage
You can’t perform that action at this time.
0 commit comments