File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,19 @@ jobs:
11
11
12
12
- name : 📚 Git Checkout
13
13
uses : actions/checkout@v4
14
- with :
15
- path : packages/approval_tests
16
14
17
15
- name : ♻️ Run MarkdownSnippets
18
16
run : |
19
17
dotnet tool install --global MarkdownSnippets.Tool
20
18
mdsnippets ${GITHUB_WORKSPACE}
21
19
shell : bash
22
- working-directory : packages/approval_tests
23
20
24
21
- name : ⬆️ Git Commit and Push
25
- run : |
26
- git config --global user.name "github actions"
27
- git config --global user.email "[email protected] "
28
- git add .
29
- git commit -m ". d updated markdown snippets"
30
- git push origin main
31
- env :
32
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
- working-directory : packages/approval_tests
22
+ uses :
github-actions-x/[email protected]
23
+ with :
24
+ github-token : " ${secrets.GITHUB_TOKEN}"
25
+ commit-message : " . d updated markdown snippets"
26
+ rebase : ' true'
27
+ push-branch : ' main'
28
+ name : github actions
29
+
You can’t perform that action at this time.
0 commit comments