Skip to content

Bump @babel/traverse from 7.20.12 to 7.23.3 #8

Bump @babel/traverse from 7.20.12 to 7.23.3

Bump @babel/traverse from 7.20.12 to 7.23.3 #8

Workflow file for this run

name: Pull Requests
on:
pull_request:
branches:
- development
- main
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
S3SDK_AWS_BUCKET_NAME: ${{ secrets.S3SDK_AWS_BUCKET_NAME }}

Check failure on line 14 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / Pull Requests

Invalid workflow file

The workflow is not valid. .github/workflows/pr.yml (Line: 14, Col: 30): Invalid secret, S3SDK_AWS_BUCKET_NAME is not defined in the referenced workflow.
# Format PR
format:
name: Format
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3.2.0
- uses: Ortus-Solutions/commandbox-action@v1.0.2
with:
cmd: run-script format
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply cfformat changes