Skip to content

Commit

Permalink
feat: update submodule path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav91 committed Sep 16, 2024
1 parent fd938d0 commit 6a891d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/catalog-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Set SUBMODULE_NAME env var
run: |
SUB_NAME=$(cat submodule_name/submodule_name.txt)
SUB_NAME=$(cat submodule_name.txt)
if [ -z "$SUB_NAME" ]; then
echo "Error: Could not determine submodule name from artifact"
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
- name: Set SUBMODULE_NAME env var
run: |
SUB_NAME=$(cat submodule_name/submodule_name.txt)
SUB_NAME=$(cat submodule_name.txt)
if [ -z "$SUB_NAME" ]; then
echo "Error: Could not determine submodule name from artifact"
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
- name: Set SUBMODULE_NAME env var
run: |
SUB_NAME=$(cat submodule_name/submodule_name.txt)
SUB_NAME=$(cat submodule_name.txt)
if [ -z "$SUB_NAME" ]; then
echo "Error: Could not determine submodule name from artifact"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Set SUBMODULE_NAME env var
run: |
SUB_NAME=$(cat submodule_name/submodule_name.txt)
SUB_NAME=$(cat submodule_name.txt)
if [ -z "$SUB_NAME" ]; then
echo "Error: Could not determine submodule name from artifact"
Expand Down

0 comments on commit 6a891d8

Please sign in to comment.