Difference between revisions of "GitHub Actions: uses:"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
* <code>uses: [[actions/]][[checkout]]@v2<ref>https://github.com/actions/checkout</ref></code>
 
* <code>uses: [[actions/]][[checkout]]@v2<ref>https://github.com/actions/checkout</ref></code>
  
 
+
* <code>[[aws-actions/configure-aws-credentials]]</code>
  
 
* <code>[[uses: actions/upload-artifact@v2]]</code>
 
* <code>[[uses: actions/upload-artifact@v2]]</code>

Revision as of 11:36, 29 August 2024

  • uses: path/to/your/repo/yourfile.yaml

Docker:

Azure:



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: