Skip to content

Commit 6de7877

Browse files
committed
hotfix: powershell
1 parent b0610b7 commit 6de7877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@ jobs:
107107
uses: actions/checkout@v2
108108
with:
109109
repository: ${{ env.owner }}/${{ env.share_components }}
110-
ref: master
110+
ref: hotfix/xuper
111111
path: ./${{ env.share_components }}
112112
token: ${{ secrets.obsidians_token }}
113113

114114
- name: Checkout ${{ env.eth_components }}
115115
uses: actions/checkout@v2
116116
with:
117117
repository: ${{ env.owner }}/${{ env.eth_components }}
118-
ref: master
118+
ref: hotfix/xuper
119119
path: ./${{ env.eth_components }}
120120
token: ${{ secrets.obsidians_token }}
121121

0 commit comments

Comments
 (0)