File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 defaults :
2828 run :
2929 shell : bash
30- working-directory : ./.github/workflows/scripts
3130
3231 steps :
3332 - name : Checkout branch
5150
5251 - name : Convert branch into subdomain
5352 id : get-subdomain
53+ working-directory : ./.github/workflows/scripts
5454 run : |
5555 node ./branch-to-subdomain.js | { read s; echo "subdomain=$s" } >> $GITHUB_OUTPUT
5656
Original file line number Diff line number Diff line change 1818 defaults :
1919 run :
2020 shell : bash
21- working-directory : ./.github/workflows/scripts
2221
2322 steps :
2423 - name : Checkout branch
3231
3332 - name : Convert branch into subdomain
3433 id : get-subdomain
34+ working-directory : ./.github/workflows/scripts
3535 run : |
3636 node ./branch-to-subdomain.js | { read s; echo "subdomain=$s" } >> $GITHUB_OUTPUT
3737
You can’t perform that action at this time.
0 commit comments