Update TestNewAction.yaml #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |