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 039f50b commit 699660cCopy full SHA for 699660c
.github/workflows/xml.yml
@@ -11,9 +11,8 @@ jobs:
11
- uses: actions/checkout@v1
12
- name: Install xmlstarlet
13
run: sudo apt-get install xmlstarlet
14
- - name: What is the repository name?
+ - name: Reading from xml
15
run: |
16
export REPOSITORY_NAME=$(basename ${{ github.repository }})
17
echo $REPOSITORY_NAME
18
- - name: Reading from xml
19
- run: xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj
+ xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj
0 commit comments