GitHub Actions: uses:

From wikieduonline
Jump to navigation Jump to search
  • uses: path/to/your/repo/yourfile.yaml



Related[edit]

 - 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[edit]

See also[edit]

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