Skip to content

Commit e92ad3a

Browse files
authored
Update xml.yml
1 parent afbb134 commit e92ad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/xml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
run: sudo apt-get install xmlstarlet
1414
- name: What is the repository name?
1515
run: |
16-
export REPOSITORY_NAME=$(echo "${${{ github.repository }}#*/}" | sed 's/.*/\u&/')
16+
export REPOSITORY_NAME=$(basename ${{ github.repository }})
1717
echo $REPOSITORY_NAME

0 commit comments

Comments
 (0)