Difference between revisions of "GitHub Actions: uses:"

From wikieduonline
Jump to navigation Jump to search
Line 17: Line 17:
 
* <code>[[uses: actions/setup-python]]@v4</code>  
 
* <code>[[uses: actions/setup-python]]@v4</code>  
  
 +
* <code>[[uses: actions/labeler@v4]]</code>
  
 
* <code>uses: [[serverless]]/github-action@master <ref>https://github.com/serverless/github-action</ref></code>
 
* <code>uses: [[serverless]]/github-action@master <ref>https://github.com/serverless/github-action</ref></code>

Revision as of 22:32, 14 May 2023

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: