Difference between revisions of "GitHub Actions"

From wikieduonline
Jump to navigation Jump to search
Line 31: Line 31:
 
* {{GitHub}}
 
* {{GitHub}}
 
* {{CI}}
 
* {{CI}}
 
  
 
[[Category:CI]]
 
[[Category:CI]]
[[Category:git]]
+
[[Category:GitHub]]

Revision as of 13:37, 7 December 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:
deploy:

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: