We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095c058 commit 4e6fee9Copy full SHA for 4e6fee9
1 file changed
.github/workflows/coverage.yaml
@@ -137,14 +137,14 @@ jobs:
137
committer_email: github-actions[bot]@users.noreply.github.com
138
message: "[GitHub Actions] Autogenerated JaCoCo coverage badge"
139
fetch: false
140
- tag_push: '--force'
+ tag_push: "--force"
141
push: ${{ inputs.push_command }}
142
143
- name: Push to protected branch
144
- if: ${{ inputs.force_push_protected_branch }} == 'true'
+ if: ${{ (inputs.force_push_protected_branch == 'true' ) && ( steps.git-check.outputs.modified == 'true' ) }}
145
uses: CasperWA/push-protected@v2
146
with:
147
token: ${{ secrets.ALFAC_PUSH_TO_PROTECTED_BRANCH_TOKEN_CLASSIC }}
148
force: true
149
branch: ${{ env.branch_name }}
150
- debug: true
+ debug: true
0 commit comments