Skip to content

Commit

Permalink
use correct symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ivellios authored Sep 29, 2024
1 parent ef04fbe commit b40ed33
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 @@ -64,7 +64,7 @@ jobs:
- name: Wyciąganie długości KRS
id: krs_length
run:
echo "KRS_LENGTH=$(echo ${{ fromJson(needs.validate-form.outputs.payload)["KRS przypisany do Twojej organizacji"] | jq '. | legth')" >> $GITHUB_OUTPUT
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
run: exit 1
Expand Down

0 comments on commit b40ed33

Please sign in to comment.