Skip to content

Bump the npm_and_yarn group across 1 directory with 9 updates #32

Bump the npm_and_yarn group across 1 directory with 9 updates

Bump the npm_and_yarn group across 1 directory with 9 updates #32

Workflow file for this run

name: CI Pipeline
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
- name: Test Local Action
id: test-action
uses: ./
with:
accessToken: ${{ secrets.AC_ACCESS_TOKEN }}
profileID: ${{ secrets.AC_PROFILE_ID }}
appPath: ${{ secrets.APP_PATH }}
message: ${{ secrets.MESSAGE }}