Difference between revisions of "GitHub Actions: uses:"

From wikieduonline
Jump to navigation Jump to search
Line 64: Line 64:
 
* [[GitHub Team plan]]: 3000 min/month (4$ per seat)
 
* [[GitHub Team plan]]: 3000 min/month (4$ per seat)
 
* [[Ubuntu 2-core]]: $0.008 / minute
 
* [[Ubuntu 2-core]]: $0.008 / minute
* <code>[[jobs:]]</code>
+
* [[GitHub Actions: jobs:]]
  
 
== See also ==
 
== See also ==

Revision as of 11:59, 17 July 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: