File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout this repository
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v4
3636 with :
3737 path : ./repo
3838 fetch-depth : 0
4242 run : |
4343 NEW_FILES=$(
4444 git diff --name-status ${{ github.event.before }} ${{ github.event.after }} \
45- | grep '^A \s\+${{ env.MINUTES_REPO_PATH }}/.*\.html$' \
46- | sed 's!^A \s\+${{ env.MINUTES_REPO_PATH }}/!!'
45+ | grep '^[AM] \s\+${{ env.MINUTES_REPO_PATH }}/.*\.html$' \
46+ | sed 's!^[AM] \s\+${{ env.MINUTES_REPO_PATH }}/!!'
4747 )
4848 echo -e "NEW_FILES=\n" $NEW_FILES
4949 echo "NEW_FILES=$NEW_FILES" >> $GITHUB_ENV
5757
5858 - name : Checkout minutes_to_gh
5959 if : ${{ env.NEW_FILES }}
60- uses : actions/checkout@v2
60+ uses : actions/checkout@v4
6161 with :
6262 repository : pchampin/minutes_to_gh
6363 path : ./m2g
You can’t perform that action at this time.
0 commit comments