Difference between revisions of "GitHub Actions"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[wikipedia:Github Actions]] (Oct [[2018]]) <ref>https://techcrunch.com/2018/10/16/github-launches-actions-its-workflow-automation-tool/</ref> <ref>https://github.blog/2018-10-16-future-of-software/</ref> allows building [[continuous integration]] and [[continuous deployment]] pipelines for testing, releasing and deploying software without the use of third-party websites/platforms.  
 
[[wikipedia:Github Actions]] (Oct [[2018]]) <ref>https://techcrunch.com/2018/10/16/github-launches-actions-its-workflow-automation-tool/</ref> <ref>https://github.blog/2018-10-16-future-of-software/</ref> allows building [[continuous integration]] and [[continuous deployment]] pipelines for testing, releasing and deploying software without the use of third-party websites/platforms.  
* https://github.com/actions
+
* https://github.com/actions, https://docs.github.com/en/actions
 +
* Configuration: <code>[[.github/workflows/]]</code>
 +
* Images: [[ghcr.io]]/actions/actions-runner:latest
  
 
Features:
 
Features:
Line 7: Line 9:
  
  
* Homepage: https://docs.github.com/en/actions
+
 
* Configuration: <code>[[.github/workflows/]]</code>
 
  
 
* [[Python]]: https://docs.github.com/en/actions/guides/building-and-testing-python
 
* [[Python]]: https://docs.github.com/en/actions/guides/building-and-testing-python
Line 18: Line 19:
 
::<code>[[run:]]</code>
 
::<code>[[run:]]</code>
 
::<code>[[uses:]]</code>
 
::<code>[[uses:]]</code>
::<code>[[uses:]] [[actions/checkout@v3]]</code>
+
::<code>[[uses:]] [[actions/checkout@v4]]</code>
::<code>uses: [[actions/upload-artifact@v2]]</code>
 
 
::<code>uses: [[actions/upload-artifact@v3]]</code>
 
::<code>uses: [[actions/upload-artifact@v3]]</code>
 
::<code>uses: [[actions/setup-java@v2]]</code> <ref>https://github.com/actions/setup-java</ref>
 
::<code>uses: [[actions/setup-java@v2]]</code> <ref>https://github.com/actions/setup-java</ref>
Line 28: Line 28:
 
::<code>uses: [[actions/cache@v2]]</code>
 
::<code>uses: [[actions/cache@v2]]</code>
 
::<code>uses: [[serverless]]/github-action@master</code>
 
::<code>uses: [[serverless]]/github-action@master</code>
 +
::<code>[[hashicorp/setup-terraform]]</code>
 
::<code>[[if:]]</code>
 
::<code>[[if:]]</code>
 
::<code>[[runs-on:]]</code>
 
::<code>[[runs-on:]]</code>
Line 60: Line 61:
 
* <code>[[Error: Process completed with exit code 255.]]</code>
 
* <code>[[Error: Process completed with exit code 255.]]</code>
 
* <code>[[Waiting for a runner to pick up this job]]</code>
 
* <code>[[Waiting for a runner to pick up this job]]</code>
 +
* [[GitHub Actions helm deployments]]
 +
* [[GitHub Desktop]]
 +
* [[SLSA]]
  
 
== See also ==
 
== See also ==

Latest revision as of 13:21, 22 May 2024

Execute GitHub Actions manually[edit]

Activities[edit]

Changelog / announcements[edit]

Related terms[edit]

See also[edit]

Advertising: