Difference between revisions of "GitHub Actions: uses:"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
  
<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>uses: [[actions/checkout@v3]]</code>
 
* <code>uses: [[actions/checkout@v3]]</code>

Revision as of 13:34, 16 August 2023





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: