echoing
This commit is contained in:
parent
fe7ad54d4f
commit
2161934e5b
|
@ -58,7 +58,10 @@ jobs:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
# fetch-depth: '1'
|
# fetch-depth: '1'
|
||||||
- id: get_head_commit_title
|
- id: get_head_commit_title
|
||||||
run: echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
|
run:
|
||||||
|
- echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
|
||||||
|
- cat $GITHUB_OUTPUT
|
||||||
|
run: echo ${{ steps.get-commit-title.outputs.text }}
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20.9.0'
|
node-version: '20.9.0'
|
||||||
|
|
Loading…
Reference in New Issue