This commit is contained in:
gilesb 2023-11-23 00:42:19 +00:00
parent 2161934e5b
commit 80adb8ecc5
1 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
# fetch-depth: '1'
- id: get_head_commit_title
run:
- echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
- cat $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
with: