Last active
May 29, 2022 05:19
-
-
Save twyle/77295de07d2844c776e96d020ecde748 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
on: [push] | |
jobs: | |
Build: | |
runs-on: ubuntu-latest | |
name: A job to test the github action template | |
steps: | |
- name: oryks code coverage action | |
id: selftest | |
uses: twyle/[email protected] | |
with: | |
myinput: lyle | |
- name: action output | |
run: | | |
echo "${{ steps.selftest.outputs.myoutput }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment