We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b2cb5b commit 8188393Copy full SHA for 8188393
2 files changed
.github/workflows/lint.yml
@@ -4,7 +4,7 @@ jobs:
4
lint:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
8
- uses: oven-sh/setup-bun@v2
9
- run: bun install --frozen-lockfile
10
- run: bun run lint
.github/workflows/tests.yml
@@ -4,11 +4,11 @@ jobs:
test:
- name: Setup git
11
run: |
12
- git config --global user.name "GitHub Actions"
13
- git config --global user.email "<>"
+ git config --global user.name "StellarWP GitHub Action"
+ git config --global user.email "action@github.com"
14
- run: bun run test
0 commit comments