Maybe syntax errors in conditionals....
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user