Editing GitHub Actions

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
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://docs.github.com/en/actions
+
* https://github.com/actions
* Configuration: <code>[[.github/workflows/]]</code>
 
  
 
Features:
 
Features:
 
* Can be enabled, disabled or restricted to specific actions. <ref>https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#allowing-specific-actions-to-run</ref>  
 
* Can be enabled, disabled or restricted to specific actions. <ref>https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#allowing-specific-actions-to-run</ref>  
* [[Self hosted runners]] can be configured
+
* Self hosted runners can be configured
  
  
 +
* 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
 
::<code>[[name:]]</code>
 
 
::<code>[[on:]]</code>
 
::<code>[[on:]]</code>
::<code>[[workflow_dispatch:]]</code>
 
 
::<code>[[GitHub Actions: Jobs:|jobs:]]</code>
 
::<code>[[GitHub Actions: Jobs:|jobs:]]</code>
 
::<code>[[schedule:]]</code>
 
::<code>[[schedule:]]</code>
 
::<code>[[run:]]</code>
 
::<code>[[run:]]</code>
 
::<code>[[uses:]]</code>
 
::<code>[[uses:]]</code>
::<code>[[uses:]] [[actions/checkout@v4]]</code>
+
::<code>uses: [[actions/checkout@v3]]</code>
::<code>uses: [[actions/upload-artifact@v3]]</code>
+
::<code>uses: [[actions/upload-artifact@v2]]</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>
::<code>uses: [[actions/setup-node@v3]]</code>
+
::<code>[[actions/setup-node@v3]]</code>
::<code>uses: [[actions/setup-python@v2]]</code>
 
 
::<code>uses: [[actions/setup-node@v2]]</code> <ref>https://github.com/actions/setup-node</ref>
 
::<code>uses: [[actions/setup-node@v2]]</code> <ref>https://github.com/actions/setup-node</ref>
::<code>uses: [[pre-commit/[email protected]]]</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>[[workflow_dispatch:]]</code>
 
::<code>[[runs-on:]]</code>
 
::<code>[[runs-on:]]</code>
 
::<code>[[steps:]]</code>
 
::<code>[[steps:]]</code>
Line 39: Line 35:
 
* https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
 
* https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
  
* <code>[[gh workflow run]] CI --ref your-branch</code>
+
[[gh workflow]] run CI --ref backend-ephemeral
  
 
== Activities ==
 
== Activities ==
Line 45: Line 41:
 
* Read https://docs.github.com/en/actions/learn-github-actions
 
* Read https://docs.github.com/en/actions/learn-github-actions
 
* Read [[GitHub Actions Quickstart]] https://docs.github.com/en/actions/quickstart
 
* Read [[GitHub Actions Quickstart]] https://docs.github.com/en/actions/quickstart
* Read stackoverflow: https://stackoverflow.com/questions/tagged/github-actions?tab=Votes
 
* Configure a [[GitHub self hosted runner]]
 
* [[Managing GitHub Actions settings for a repository]]
 
  
 
== Changelog / announcements ==
 
== Changelog / announcements ==
Line 54: Line 47:
 
== Related terms ==
 
== Related terms ==
 
* [[AWS CloudFormation "Deploy CloudFormation Stack" Action for GitHub Actions]]
 
* [[AWS CloudFormation "Deploy CloudFormation Stack" Action for GitHub Actions]]
* [[Azure Pipelines]]: <code>[[Azure Pipelines: task:|task:]]</code>
+
* <code>[[Actions/checkout@v3]]</code>
* <code>[[gh actions]]</code>
+
* [[Azure Pipelines]]: [[Azure Pipelines: task:]]
* [[Ubuntu 2-core]], [[Windows 2-core]], [[macOS 3-core]]
 
* [[GitHub Actions variables]]: https://docs.github.com/en/actions/learn-github-actions/variables
 
* <code>[[Error: Process completed with exit code 255.]]</code>
 
* <code>[[Waiting for a runner to pick up this job]]</code>
 
* [[GitHub Actions helm deployments]]
 
* [[GitHub Desktop]]
 
* [[SLSA]]
 
  
 
== See also ==
 
== See also ==
* {{gh}}
 
 
* {{GitHub Actions}}
 
* {{GitHub Actions}}
 +
* {{GitHub}}
 +
* {{CI}}
  
 +
[[Category:CI]]
 
[[Category:GitHub]]
 
[[Category:GitHub]]
[[Category:CI]]
 

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Templates used on this page:

Advertising: