Skip to content

bharatr21/add-docker-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add two numbers docker action

This action prints the sum of two numbers. To learn how this action was built, see "Creating a Docker container action" in the GitHub Help documentation. (This was done for LEARNING purposes only)

Inputs

number-1

Required The first number. Default 0.

number-2

Required The second number. Default 0.

Outputs

time

The time the sum finished computing.

Example usage

uses: Bharat123rox/add-docker-action@master
with:
  number-1: 2
  number-2: 3

About

Add two numbers and print the sum to the log, to get started learning about GitHub Actions

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published