File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 27
27
ISSUE_URL : ${{ needs.find_exercise.outputs.issue-url }}
28
28
29
29
steps :
30
- - name : Checkout repository
30
+ - name : Checkout
31
31
uses : actions/checkout@v4
32
- with :
33
- fetch-depth : 0
34
-
35
- - name : Prepare a merge conflict
36
- run : |
37
- echo "Create my-resume branch"
38
- git checkout -b my-resume
39
- git config user.name github-actions[bot]
40
- git config user.email github-actions[bot]@users.noreply.github.com
41
- git add .github/steps/-step.txt
42
- git commit -m "Update step in my-resume"
43
- git push origin my-resume
44
-
45
- echo "Create conflicting commit on main"
46
- git checkout main
47
- sed -i 's/Experience/Jobs/' resume.md
48
- git add resume.md
49
- git commit -m "Update resume.md in main"
50
- git push origin main
51
- env :
52
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
32
54
33
- name : Get response templates
55
34
uses : actions/checkout@v4
68
47
- name : Create comment - watching for progress
69
48
run : |
70
49
gh issue comment "$ISSUE_URL" \
71
- --body-file exercise-toolkit/markdown-templates/step-feedback/watching-for-progress.md
50
+ --body-file " exercise-toolkit/markdown-templates/step-feedback/watching-for-progress.md"
72
51
env :
73
52
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
74
53
You can’t perform that action at this time.
0 commit comments