We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab059a commit b39d80eCopy full SHA for b39d80e
.github/workflows/setup-xapi-environment/action.yml
@@ -18,7 +18,7 @@ runs:
18
shell: bash
19
run: |
20
mkdir -p /opt/xensource/sm
21
- wget -O /opt/xensource/sm/XE_SR_ERRORCODES.xml https://raw.githubusercontent.com/xapi-project/sm/master/drivers/XE_SR_ERRORCODES.xml
+ wget -O /opt/xensource/sm/XE_SR_ERRORCODES.xml https://raw.githubusercontent.com/xapi-project/sm/master/libs/sm/core/XE_SR_ERRORCODES.xml
22
23
- name: Load environment file
24
id: dotenv
0 commit comments