Skip to content

Commit

Permalink
chore(ci): fix typos in generate-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Nov 5, 2024
1 parent 530ddb0 commit d10a81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
version: ${{ fromJson( inputs.stream_name ) }}

steps:
- name: Checkout lass 500 commits (fot <commits> to work)
- name: Checkout last 500 commits (fot <commits> to work)
uses: actions/checkout@v4
with:
fetch-depth: 500
Expand All @@ -54,7 +54,7 @@ jobs:
id: generate-release-text
shell: bash
run: |
python3 ./.github/changelog.py \
python3 ./.github/changelogs.py \
"${{ matrix.version }}" \
./output.env \
./changelog.md \
Expand Down

0 comments on commit d10a81f

Please sign in to comment.