Skip to content

Commit

Permalink
escapes for spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ivellios authored Sep 29, 2024
1 parent 4b53588 commit a3dc1f8
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 KRS
id: krs_pick
run: |
TMP_KRS=${{ fromJson(needs.validate-form.outputs.payload )['KRS przypisany do Twojej organizacji'] }}
TMP_KRS="${{ fromJson(needs.validate-form.outputs.payload )['KRS przypisany do Twojej organizacji'] }}"
echo "KRS=${TMP_KRS//[[:blank:]]/}" >> $GITHUB_OUTPUT
- name: Wyciąganie długości KRS
id: krs_length
Expand Down

0 comments on commit a3dc1f8

Please sign in to comment.