Skip to content

Commit

Permalink
Update sandboxResumeCreation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonnascimento authored Dec 6, 2023
1 parent b1c5b36 commit fd81d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sandboxResumeCreation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Getting org info
id: getOrgInfo
run: |
echo ORG_INFO_RESULT="$(sf org display --target-org ${{ vars.USERNAME }}.${{ inputs.sandboxName }} --json | tr -d '\n')" >> $GITHUB_OUTPUT
echo ORG_INFO_RESULT="$(sf org display --target-org ${{ vars.USERNAME }}.${{ inputs.sandboxName }} --json | sed 's/\\n/ /g' | tr -d '\n')" >> $GITHUB_OUTPUT
- name: Getting Profile Id
id: getProfileId
Expand Down

0 comments on commit fd81d24

Please sign in to comment.