Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pReya committed Dec 10, 2024
1 parent d49bf37 commit 8e2a851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Set env to use shell substitution logic
run: |
echo "TARGET_URL=${GITHUB_HEAD_REF//\//-}" >> $GITHUB_ENV
echo "TARGET_URL=https://${GITHUB_HEAD_REF//\//-}.dev.tolocar.org" >> $GITHUB_ENV
- name: Checkout repository using git
uses: actions/checkout@v2
- name: Setup Node
Expand Down

0 comments on commit 8e2a851

Please sign in to comment.