Difference between revisions of "GitHub Actions: uses:"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
* [[actions/github-script]]
 
* [[actions/github-script]]
  
* <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>
 
* <code>uses: [[getsentry]]/action-github-app-token@v1</code>
 
* <code>uses: [[getsentry]]/action-github-app-token@v1</code>
 
* <code>uses: [[aws-actions]]/amazon-ecs-render-task-definition@v1</code>
 
* <code>uses: [[aws-actions]]/amazon-ecs-render-task-definition@v1</code>

Revision as of 06:31, 6 June 2024

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



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: