Difference between revisions of "GitHub Actions"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
::<code>uses: actions/upload-artifact@v2</code> | ::<code>uses: actions/upload-artifact@v2</code> | ||
::<code>uses: [[serverless]]/github-action@master</code> | ::<code>uses: [[serverless]]/github-action@master</code> | ||
− | + | ::<code>[[if:]] | |
− | + | ::<code>[[workflow_dispatch:]]</code> | |
− | + | ::<code>[[runs-on:]]</code> | |
− | + | ::<code>[[steps:]]</code> | |
− | + | ::<code>[[deploy:]]</code> | |
− | + | ::<code>[[env:]]</code> | |
− | |||
== Activities == | == Activities == |
Revision as of 11:24, 11 January 2022
wikipedia:Github Actions (2018) [1] [2] allows building continuous integration and continuous deployment pipelines for testing, releasing and deploying software without the use of third-party websites/platforms.
- Homepage: https://docs.github.com/en/actions
Activities
Changelog / announcements
Related terms
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
- GitHub, GitHub Actions, GitHub Actions Runner, Events, CodeQL, GitHub Desktop, GitHub organization, base permissions, GitHub Copilot,
.gitignore
, GitHub Codespaces, GitHub Marketplace, GitHub Apps, GitHub Enterprise Server, GitHub CLI (gh
), Dependabot, GitHub security, .github/
, GitHub code scanning, GitHub Pages, GitHub Packages, GitHub Advanced Security, GitHub Mobile, GitHub Importer, GitHub versions, SSH keys
- Continuous integration (Continuous delivery): GitLab CI, TeamCity, Travis CI, Jenkins, CloudBees, AWS CodePipelines, Azure Pipelines, XebiaLabs, Codefresh, GitHub, Pipeline, CircleCI, JFrog Pipelines, Concourse CI, Dagger, Bitbucket Pipelines, Buildkite, Google Cloud Build
↑ https://techcrunch.com/2018/10/16/github-launches-actions-its-workflow-automation-tool/
↑ https://github.blog/2018-10-16-future-of-software/
Advertising: