workflow-mods #10

Merged
giles merged 9 commits from workflow-mods into main 2023-11-23 09:40:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fe7ad54d4f - Show all commits

View File

@ -61,7 +61,7 @@ jobs:
run: | run: |
echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
cat $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 - uses: actions/setup-node@v3
with: with:
node-version: '20.9.0' node-version: '20.9.0'