Skip to content

justinyoo/github-actions-docker-sample

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Docker Action Sample

This is the sample GitHub Action built in Docker container.

Inputs

  • name (Required): Name to pass

Outputs

  • greeting: Greetings to be passed

Example Usage

steps:
- name: Run a sample Docker container action
  id: sampledockeraction
  uses: justinyoo/github-actions-docker-sample@v1.0.0
  with:
    name: GitHub Actions

- name: Get the output
  shell: bash
  run: |
    echo ${{ steps.sampledockeraction.outputs.greeting }}

About

This is the sample GitHub Action built in Docker container.

Resources

License

Stars

Watchers

Forks

Packages

No packages published