Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 4, 2023
1 parent 33f9c81 commit fa26d76
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 @@ -16,10 +16,10 @@ jobs:
echo "222" > f2.txt
echo "bbb" > /tmp/f
echo "Hash 0"
echo ${{ hashFiles('**/*.txt /tmp/f')}}
echo ${{ hashFiles('**/*.txt /tmp/f') }}
echo "111" >> f1.txt
echo "Hash 1"
echo ${{ hashFiles('**/*.txt /tmp/f')}}
echo ${{ hashFiles('**/*.txt /tmp/f') }}
echo "bbb" >> /tmp/f
echo "Hash 2"
echo ${{ hashFiles('**/*.txt /tmp/f')}}
echo ${{ hashFiles('**/*.txt /tmp/f') }}

0 comments on commit fa26d76

Please sign in to comment.