Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actions-test

Executes actions on demand, to test doing things outside of a long PR cycle.

To use:

  1. Create an action in .github/workflows
  2. Give the action a unique custom name, and use it in the conditions of the action
  3. Get a personal access token, instructions here
  4. Execute the curl command
REPO=deitch/actions-test  # change this to your repo!
TOKEN=mytoken             # change this to your token!
ACTION=multiarch          # change this to your action!
curl -X POST https://api.github.com/repos/${REPO}/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-H "Authorization: token $TOKEN" \
--data '{"event_type": "'$ACTION'"}'

About

Test for actions

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages