Skip to content

Instantly share code, notes, and snippets.

@twyle
Last active May 29, 2022 05:19
Show Gist options
  • Save twyle/77295de07d2844c776e96d020ecde748 to your computer and use it in GitHub Desktop.
Save twyle/77295de07d2844c776e96d020ecde748 to your computer and use it in GitHub Desktop.
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