Difference between revisions of "GitHub Actions"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
* Read https://docs.github.com/en/actions/learn-github-actions
 
* Read https://docs.github.com/en/actions/learn-github-actions
  
 +
== Changelog / announcements ==
 +
* Aug 2021 [[macOS 11]] available https://github.blog/changelog/2021-08-16-github-actions-macos-11-big-sur-is-generally-available-on-github-hosted-runners/
  
 
== Related terms ==
 
== Related terms ==

Revision as of 13:47, 8 November 2021

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.

.github/workflows/

on:
jobs:
schedule:
run:
uses:
if:
workflow_dispatch:
runs-on:
steps:

Activities

Changelog / announcements

Related terms

See also

  • https://techcrunch.com/2018/10/16/github-launches-actions-its-workflow-automation-tool/
  • https://github.blog/2018-10-16-future-of-software/
  • Advertising: