echoing
push / format (push) Successful in 42s Details
push / document (push) Successful in 1m39s Details
push / schema (push) Successful in 26s Details

This commit is contained in:
gilesb 2023-11-23 00:43:10 +00:00
parent 80adb8ecc5
commit 04839708ea
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ jobs:
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 }}
- run: echo ${{ steps.get-commit-title.outputs.text }}
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'