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 96c667c commit 33f9c81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@ jobs:
echo "111" > f1.txt
echo "222" > f2.txt
echo "bbb" > /tmp/f
echo "Hash 0"
echo ${{ hashFiles('**/*.txt /tmp/f')}}
echo "111" >> f1.txt
echo "Hash 1"
echo ${{ hashFiles('**/*.txt /tmp/f')}}
echo "bbb" >> /tmp/f
echo "Hash 2"
echo ${{ hashFiles('**/*.txt /tmp/f')}}

0 comments on commit 33f9c81

Please sign in to comment.