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 c26b07b commit fccf571
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
SFTP_PATH: ${{ secrets.SFTP_PATH }}
SFTP_USER: ${{ secrets.SFTP_USER }}
SFTP_PASSWORD: ${{ secrets.SFTP_PASSWORD }}
TARGET_URL: https://${{ github.head_ref }}.dev.tolocar.org/
steps:
# - name: Set env to use shell substitution logic
# run: echo "ASTRO_BASE_PATH=${GITHUB_HEAD_REF//\//-}" >> $GITHUB_ENV
Expand Down Expand Up @@ -85,6 +84,6 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: '✅ Successfully deployed to: ${{ env.TARGET_URL }}'
body: '✅ Successfully deployed to: https://${{ env.GITHUB_HEAD_REF }}.dev.tolocar.org/'
})

0 comments on commit fccf571

Please sign in to comment.