Skip to content

Commit

Permalink
Results 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 28, 2023
1 parent 6b8dbdc commit e308060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: touch
run: |
find . -name '*.go' | while read f;do ls -la $f;echo "// $(date)" >> $f;N=$((N + 1));ls -la $f;if [[ $N -gt 1 ]];then break;fi done
find . -name '*.go' | while read f;do ls -la $f;echo "// $(date)" >> $f;N=$((N + 1));touch $f;ls -la "$N $f";if [[ $N -gt 10 ]];then break;fi done
- name: build
run: |
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: touch
run: |
find . -name '*.go' | while read f;do ls -la $f;echo "// $(date)" >> $f;N=$((N + 1));ls -la $f;if [[ $N -gt 1 ]];then break;fi done
find . -name '*.go' | while read f;do ls -la $f;echo "// $(date)" >> $f;N=$((N + 1));touch $f;ls -la "$N $f";if [[ $N -gt 10 ]];then break;fi done
- name: build
run: |
Expand Down

0 comments on commit e308060

Please sign in to comment.