File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ jobs:
4545 persist-credentials : false
4646
4747 - name : List added files
48- run : echo "$(git diff --name-status 6.7.3...6.8 | grep -E '^(A)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
48+ run : echo "$(git diff --name-status 6.7.3...6.8.0 | grep -E '^(A)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
4949
5050 - name : List deleted files
51- run : echo "$(git diff --name-status 6.7.3...6.8 | grep -E '^(D)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
51+ run : echo "$(git diff --name-status 6.7.3...6.8.0 | grep -E '^(D)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
5252
5353 - name : List modified files
54- run : echo "$(git diff --name-status 6.7.3...6.8 | grep -E '^(M)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
54+ run : echo "$(git diff --name-status 6.7.3...6.8.0 | grep -E '^(M)' | cut -c3-)" >> $GITHUB_STEP_SUMMARY
5555
5656 slack-notifications :
5757 name : Slack Notifications
You can’t perform that action at this time.
0 commit comments