Skip to content

Commit

Permalink
fix(scripts): correct lib.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
tcodes0 committed Aug 21, 2024
1 parent 96c3e4c commit 40bda40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
VERSION: 19.3.0
# will not be set when running on push/merge to main
BASE_REF: ${{ github.event.pull_request.base.ref }}
run: ./sh/workflows/main/commit-lint.sh
run: ./workflows/main/commit-lint.sh

shell:
name: lint_format_shell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash
env:
CHANGELOG_FILE: CHANGELOG.md
run: ./sh/workflows/release/changelog.sh ${{ inputs.module }}
run: ./workflows/release/changelog.sh ${{ inputs.module }}

- name: Open PR
uses: peter-evans/[email protected]
Expand Down

0 comments on commit 40bda40

Please sign in to comment.