Skip to content

Commit

Permalink
fix(ci): Fix L workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
macinsight committed Nov 28, 2023
1 parent 5357f65 commit d304f04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Generate changelog
on:
push:
branches:
- ci
push:
branches:
- ci

jobs:
generate-changelog:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: BobAnkh/[email protected]
Expand Down

0 comments on commit d304f04

Please sign in to comment.