Difference between revisions of "GitHub Actions: uses:"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
+
[[GitHub Actions]]:
 
* <code>uses: [[actions/checkout@v4]]</code>
 
* <code>uses: [[actions/checkout@v4]]</code>
  

Revision as of 07:17, 30 August 2024

GitHub Actions:

AWS


  • 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/aws-actions/configure-aws-credentials
  • https://github.com/serverless/github-action
  • Advertising: