Skip to content

wangzelin007/ActionsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello world javascript action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: MoChilia/[email protected]
with:
  who-to-greet: 'MoChilia'

Some Example workflows:

  • main: A simple say hello workflow which will be triggered when push code to this repo.
  • AzureLoginOIDC: Login Azure with OIDC by Azure/Login.
  • AzureLoginSecret: Login Azure with secret by Azure/Login.
  • AzureCLISample: Execute an Azure CLI script with inline commands by Azure/CLI.
  • AzureCLISampleForFile: Execute an Azure CLI script with the file in my repo by Azure/CLI.
  • add-labels: Configure default labels for issues and PRs.
  • SetIdleLabel: Set the Idle label for issues which have been open for 1 day with no activity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published