Skip to content

Commit

Permalink
Update validate-remote-assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeiroguilherme authored Jul 29, 2024
1 parent 6d901a6 commit c6a1a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-remote-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Getting SF_VERSION in the codebase
run: |
echo "SF_VERSION=$(grep -e 'SF_VERSION' packages/lib/src/components/internal/SecuredFields/lib/configuration/constants.ts | cut -d "'" -f2)" >> $GITHUB_ENV
echo "SF_VERSION=$(grep -e 'SF_VERSION' packages/lib/src/components/internal/SecuredFields/lib/constants.ts | cut -d "'" -f2)" >> $GITHUB_ENV
- name: Encoding test origin URL to base64
run: |
Expand Down

0 comments on commit c6a1a03

Please sign in to comment.