Skip to content

Update TestNewAction.yaml #12

Update TestNewAction.yaml

Update TestNewAction.yaml #12

name: Use Custom Echo Hello Action
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: python:3.9
env:
rts: max
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Echo Hello Action
uses: ./.github/actions/echo-hello