Skip to content

- Update all non-major dependencies with digest and pinDigest #91

- Update all non-major dependencies with digest and pinDigest

- Update all non-major dependencies with digest and pinDigest #91

name: Test Bash Script
on:
pull_request:
branches: [ "main" ]
types: [opened, synchronize, reopened, ready_for_review]
jobs:
test:
name: Run Script
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # https://github.com/actions/checkout
- name: Run Bash Script
run: |
mkdir example-project
mv init.sh example-project/init.sh
cd example-project
chmod +x init.sh
./init.sh "TestApp" "TestNamespace" "${{ github.head_ref }}" "12345" "23456" "34567" "45678"