Difference between revisions of "GitHub Actions: uses:"
Jump to navigation
Jump to search
↑ https://github.com/actions/checkout
↑ https://github.com/serverless/github-action
Line 8: | Line 8: | ||
* <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> | ||
+ | |||
+ | == Related == | ||
<pre> | <pre> | ||
- name: serverless deploy | - name: serverless deploy |
Revision as of 16:54, 10 April 2022
actions/checkout@v3
uses: actions/setup-node@v2
uses: actions/upload-artifact@v2
uses: docker/login-action@v1
uses: serverless/github-action@master [2]
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
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: