Maybe syntax errors in conditionals....

This commit is contained in:
2024-12-19 13:25:23 -05:00
parent 3a47e96b85
commit 529ea1ec84
@@ -53,8 +53,8 @@ jobs:
if: ${{ steps.check-pr.outputs.pr_status.state }} == 'open' if: ${{ steps.check-pr.outputs.pr_status.state }} == 'open'
id: retrieve-pr id: retrieve-pr
run: | run: |
echo "PR already exists. Number: ${{ steps.check-pr.outputs.pr_status.index }}" echo "PR already exists. Number: ${{ fromJSON(steps.check-pr.outputs.pr_status).index }}"
echo "pr_number=${{ steps.check-pr.outputs.pr_status.index }}" >> "$GITHUB_OUTPUT" echo "pr_number=${{ fromJSON(steps.check-pr.outputs.pr_status).index }}" >> "$GITHUB_OUTPUT"
# sonarqube-analysis: # sonarqube-analysis:
# name: SonarQube Analysis # name: SonarQube Analysis