Skip to content

Commit

Permalink
Update spelling and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jun 21, 2024
1 parent 565605f commit 6e501e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 43 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/codespell.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:

jobs:
release:
if: "startsWith(github.event.head_commit.message, 'Release: v')"
if: |-
${{ startsWith(github.event.head_commit.message, 'Release: v') }}
name: 'Release'
uses: 'google-github-actions/.github/.github/workflows/release.yml@v0'
2 changes: 1 addition & 1 deletion .github/workflows/troubleshooting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: 'ubuntu-latest'

steps:
- uses: 'actions/github-script@v6'
- uses: 'actions/github-script@v7'
with:
script: |-
const msg =
Expand Down

0 comments on commit 6e501e5

Please sign in to comment.