File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 - name : Print PR condition
6868 run : |
6969 # Print the condition
70- echo "(${{ env. APPLY_FIXES_EVENT }} == 'all' || ${{ env. APPLY_FIXES_EVENT }} == ${{ github.event_name }}) && ${{ env. APPLY_FIXES_MODE } } == 'pull_request' && (${{ github.event_name }} == 'push' || ${{ github.event.pull_request.head.repo.full_name }} == ${{ github.repository }})"
70+ echo "(${APPLY_FIXES_EVENT} == 'all' || ${APPLY_FIXES_EVENT} == ${{ github.event_name }}) && ${APPLY_FIXES_MODE} == 'pull_request' && (${{ github.event_name }} == 'push' || ${{ github.event.pull_request.head.repo.full_name }} == ${{ github.repository }})"
7171 - name : Create Pull Request with applied fixes
7272 id : cpr
7373 if : (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
You can’t perform that action at this time.
0 commit comments