We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbb134 commit e92ad3aCopy full SHA for e92ad3a
.github/workflows/xml.yml
@@ -13,5 +13,5 @@ jobs:
13
run: sudo apt-get install xmlstarlet
14
- name: What is the repository name?
15
run: |
16
- export REPOSITORY_NAME=$(echo "${${{ github.repository }}#*/}" | sed 's/.*/\u&/')
+ export REPOSITORY_NAME=$(basename ${{ github.repository }})
17
echo $REPOSITORY_NAME
0 commit comments