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 a7827ba + f188d67 commit 2e9d6eeCopy full SHA for 2e9d6ee
.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