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 dbbc473 commit f8006abCopy full SHA for f8006ab
.github/workflows/build-single-exchange.yml
@@ -24,7 +24,7 @@ jobs:
24
npm install tsx
25
- name: Build
26
run: |
27
- # get repository name and it's first word before hypher and pass that as argument
+ # get repository name and it's first word before hyphen and pass that as argument
28
REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2 | cut -d'-' -f1)
29
npm run build -- $REPO_NAME
30
0 commit comments