Difference between revisions of "GitHub Actions"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
* [[Python]]: https://docs.github.com/en/actions/guides/building-and-testing-python
 
* [[Python]]: https://docs.github.com/en/actions/guides/building-and-testing-python
  
[[on:]]
+
::<code>[[on:]]</code>
[[jobs:]]
+
::<code>[[jobs:]]</code>
[[schedule:]]
+
::<code>[[schedule:]]</code>
[[run:]]
+
::<code>[[run:]]</code>
[[uses:]]
+
::<code>[[uses:]]</code>
 
::<code>uses: actions/checkout@v2</code>
 
::<code>uses: actions/checkout@v2</code>
 
::<code>uses: actions/upload-artifact@v2</code>
 
::<code>uses: actions/upload-artifact@v2</code>

Revision as of 11:23, 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.

.github/workflows/

on:
jobs:
schedule:
run:
uses:
uses: actions/checkout@v2
uses: actions/upload-artifact@v2
uses: serverless/github-action@master
if:
workflow_dispatch:
runs-on:
steps:
deploy:
env:

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: