We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2188d commit 73cca13Copy full SHA for 73cca13
.github/workflows/maven.yml
@@ -18,11 +18,7 @@ jobs:
18
build:
19
runs-on: macos-14
20
env:
21
- PARENT_BRANCH: ${{
22
- github.event_name == 'pull_request' && github.event.pull_request.base.ref
23
- || (github.ref_name == 'master' && 'main')
24
- || github.ref_name
25
- }}
+ PARENT_BRANCH: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.ref || (github.ref_name == 'master' && 'main') || github.ref_name }}
26
timeout-minutes: 15
27
steps:
28
- uses: actions/checkout@v4
0 commit comments