Skip to content

Commit

Permalink
better pull output
Browse files Browse the repository at this point in the history
  • Loading branch information
ivellios authored Sep 29, 2024
1 parent 2b76c5d commit 839bc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nowa-organizacja.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run:
echo "KRS_LENGTH=$(echo ${{ fromJson(needs.validate-form.outputs.payload )['KRS przypisany do Twojej organizacji'] }} | jq '. | legth')" >> $GITHUB_OUTPUT
- name: Sprawdzanie numeru KRS
if: ${{ steps.krs_length.outputs.KRS_LENGTH }} != 10
if: steps.krs_length.outputs.KRS_LENGTH != '10'
run: exit 1
- name: Sprawdzanie z bazami
run: |
Expand Down

0 comments on commit 839bc40

Please sign in to comment.