This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Description
From docs:
# The "uses" keyword identifies what actual code this action will run.
# The value is always a string, and may take three forms:
# - "./path", which identifies a directory in the current repository
# containing a Dockerfile that describes an action
# - "owner/repo/path@ref", which identifies a directory in another
# GitHub repository containing a Dockerfile that describes an
# action. Ref may be a branch, tag, or SHA.
# - "docker://image", which identifies a docker image