Example usage of action in your workflow
name: My Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run action
uses: Akshay090/github-action-neural-style-transfer@master
with:
path: tests/sample_image.jpg
- uses: actions/upload-artifact@v1
with:
name: styled_image
path: styled_output
Input | Description |
---|---|
path |
Path to text file to be summarized |