Skip to content

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 #20

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2

build(deps): bump @babel/traverse from 7.22.5 to 7.23.2 #20

Workflow file for this run

name: Preview
on:
pull_request:
jobs:
Netlify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nelonoel/branch-name@v1.0.1
- uses: jsmrcaga/action-netlify-deploy@master
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
deploy_alias: ${{ env.BRANCH_NAME }}
- uses: exercism/pr-commenter-action@v1.4.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
template-variables: |
{
"url": "${{ env.NETLIFY_PREVIEW_URL }}"
}