GitHub Actions: uses:

From wikieduonline
Revision as of 11:39, 26 May 2023 by Welcome (talk | contribs)
Jump to navigation Jump to search

uses: actions/checkout@v2[1]





Related

 - name: serverless deploy
       uses: serverless/github-action@master
       with:
         args: deploy
       env:
         SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}
Source: https://github.com/serverless/github-action

Related

See also

  • https://github.com/actions/checkout
  • https://github.com/serverless/github-action
  • Advertising: