Skip to content

Commit

Permalink
Update symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Sep 18, 2024
1 parent 7d44812 commit ae10a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Create report file
run: date +%s > report.txt
- name: Add a symlink to report.txt
run: ln -s report.txt report-symlink.txt
run: ln -s report.txt report-symlink
- name: Add a submodule
run: git submodule add https://github.com/peter-evans/blog
- name: Create a large file
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Create report file
run: date +%s > report.txt
- name: Add a symlink to report.txt
run: ln -s report.txt report-symlink.txt
run: ln -s report.txt report-symlink
- name: Add a submodule
run: git submodule add https://github.com/peter-evans/blog
- name: Create a large file
Expand Down

0 comments on commit ae10a4c

Please sign in to comment.