Skip to content

Commit 7ef35b5

Browse files
committed
fix: semgrep
1 parent 9066069 commit 7ef35b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reviewing_changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
env:
2727
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
2828
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
29+
PACKAGE_URL: ${{ github.event.inputs.package_url }}
2930

3031
steps:
3132
- uses: actions/checkout@v3
@@ -59,7 +60,7 @@ jobs:
5960
if: ${{ github.event.inputs.package_url != '' }}
6061
run: |
6162
echo 'Publishing tar.gz to local registry'
62-
curl -o staging_package.tgz '${{ github.event.inputs.package_url }}'
63+
curl -o staging_package.tgz "$PACKAGE_URL"
6364
npm install verdaccio -g
6465
verdaccio &
6566
npm config set registry http://localhost:4873

0 commit comments

Comments
 (0)