Skip to content

test run

test run #8

Workflow file for this run

name: Use Echo Action
on:
push:
branches:
- main
pull_request:
branches:
- main
- 'release/*'
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Echo Action from repo1
uses: neuralmagic/nmstore/actions/common/test@pilot