Skip to content

Commit

Permalink
dont cd to other dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Feb 5, 2025
1 parent 743b3ca commit 37f7e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dd-ci-upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ runs:
- name: Add CodeOwners to JUnit files
shell: bash
run: cd ./.github/actions/add-codeowners && ./codeowners.sh ${{ inputs.files }}
run: ./.github/actions/add-codeowners/codeowners.sh ${{ inputs.files }}

- name: Upload the JUnit files
shell: bash
Expand Down

0 comments on commit 37f7e0c

Please sign in to comment.