Skip to content

Commit

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

0 comments on commit 6b8dbdc

Please sign in to comment.