Skip to content

Commit 1cb0dcc

Browse files
committed
fix: semgrep
1 parent f69fcdd commit 1cb0dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reviewing_changes.yml

+2-1
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
@@ -60,7 +61,7 @@ jobs:
6061
if: ${{ github.event.inputs.package_url != '' }}
6162
run: |
6263
echo 'Publishing tar.gz to local registry'
63-
curl -o staging_package.tgz '${{ github.event.inputs.package_url }}'
64+
curl -o staging_package.tgz "$PACKAGE_URL"
6465
npm install verdaccio -g
6566
verdaccio &
6667
npm config set registry http://localhost:4873

0 commit comments

Comments
 (0)