workflow names style fix

This commit is contained in:
Max Howell 2023-03-16 08:33:53 -04:00
parent 257147e6e1
commit 99cfa3a0de
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
name: cd
run-name: cd `${{ github.event.head_commit.message }}`
run-name: 'cd: ${{ github.event.head_commit.message }}'
on:
push:

View file

@ -1,5 +1,5 @@
name: ci
run-name: ci `${{ github.event.pull_request.title }}`
run-name: 'ci: ${{ github.event.pull_request.title }}'
on: pull_request

View file

@ -1,7 +1,7 @@
# cleans up our S3 staging area if a PR is closed without merge
name: teaxyz s3 cleanup
run-name: cleanup `${{ github.event.pull_request.title }}`
run-name: 'cleanup: ${{ github.event.pull_request.title }}'
on:
pull_request: