We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c81536f + b39d80e commit e53aec6Copy full SHA for e53aec6
.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