Skip to content

Commit

Permalink
Use different xpath action
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud committed Aug 9, 2023
1 parent a238b78 commit cfba932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nmc-app-precond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
- name: Get appname from appinfo
id: appname
uses: skjnldsv/xpath-action@master
uses: QwerMike/xpath-action@v1
with:
filename: ${{ runner.TEMP }}/info.xml
expression: "/info/id/text()"

- name: Get appversion from appinfo
id: appversion
uses: skjnldsv/xpath-action@master
uses: QwerMike/xpath-action@v1
with:
filename: ${{ runner.TEMP }}/info.xml
expression: "/info/version/text()"
Expand Down

0 comments on commit cfba932

Please sign in to comment.