We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaf440 commit 721b91cCopy full SHA for 721b91c
.github/workflows/website-deployment.yml
@@ -20,7 +20,7 @@ jobs:
20
run: yarn
21
working-directory: ./packages/website
22
- name: Setup git user
23
- run: setup-ci-git-user.sh
+ run: ./setup-ci-git-user.sh
24
working-directory: ./.github/scripts
25
env:
26
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
0 commit comments