We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b775575 commit 5576864Copy full SHA for 5576864
1 file changed
.github/workflows/build.yml
@@ -41,11 +41,13 @@ jobs:
41
42
- name: Deploy a new release to the CDN.
43
uses: actions/checkout@v4
44
+ shell: bash
45
with:
46
repository: 'flarialmc/newcdn'
47
ref: 'main'
48
path: 'cdn'
49
run: |
50
+ cd "cdn"
51
git config --global user.name "GitHub Actions Bot"
52
git config --global user.email "actions@example.com"
53
0 commit comments