Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4de30b

Browse files
committed
Fix yaml syntax
1 parent 2ec0d8b commit f4de30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: get-pr-number
6565
run: echo "pr_number=$(ls public)" >> $GITHUB_OUTPUT
6666

67-
- name: Configure git
67+
- name: Configure git
6868
run: |
6969
git config --global user.name "github-actions[bot]"
7070
git config --global user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)