Skip to content

Commit

Permalink
working with syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonnascimento committed Dec 6, 2023
1 parent cc4b0d9 commit f5952b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sandboxResumeCreation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
id: getOrgInfo
run: |
echo ORG_INFO_RESULT="$(sf org display --target-org ${{ vars.USERNAME }}.${{ inputs.sandboxName }} --json)"
echo ORG_INFO_RESULT="${ORG_INFO_RESULT//'%'/'%25'}"
echo ORG_INFO_RESULT="${ORG_INFO_RESULT//$'\n'/'%0A'}"
echo ORG_INFO_RESULT="${ORG_INFO_RESULT//$'\r'/'%0D'}"
ORG_INFO_RESULT="${ORG_INFO_RESULT//'%'/'%25'}"
ORG_INFO_RESULT="${ORG_INFO_RESULT//$'\n'/'%0A'}"
ORG_INFO_RESULT="${ORG_INFO_RESULT//$'\r'/'%0D'}"
- name: Getting Profile Id
id: getProfileId
Expand Down

0 comments on commit f5952b3

Please sign in to comment.