Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Naapperas committed Apr 7, 2024
1 parent ce58e83 commit 1782c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
steps:
- name: "Parse project and repository name"
id: "name-parsing"
run: ${{ github.action_path }}/scripts/get-project-and-repository-names.sh
run: ${{ github.action_path }}/scripts/get-project-and-repository-name.sh
shell: bash
env:
GITHUB_REPOSITORY_NAME: ${{ github.event.repository.name }}
Expand Down

0 comments on commit 1782c04

Please sign in to comment.