We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d7ee96 + 771874c commit 5fb6ca6Copy full SHA for 5fb6ca6
.github/workflows/oci-make.yaml
@@ -79,7 +79,7 @@ jobs:
79
- ${{ github.event.inputs.otp_version || '28' }}
80
needs: build-package-generic-unix
81
runs-on: ubuntu-latest
82
- if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
+ if: ${{ needs.build-package-generic-unix.outputs.authorized }} == true
83
steps:
84
- name: Checkout
85
uses: actions/checkout@v5
0 commit comments