Skip to content

Commit

Permalink
fix generateReadMe.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-chenxing authored Apr 26, 2024
1 parent 8de2310 commit a68adb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generateReadMe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ permissions:
contents: write

jobs:
runs-on: ubuntu-latest

build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit a68adb9

Please sign in to comment.