Difference between revisions of "GitHub Environment variables"

From wikieduonline
Jump to navigation Jump to search
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
* https://docs.github.com/en/actions/learn-github-actions/environment-variables
 
* https://docs.github.com/en/actions/learn-github-actions/environment-variables
  
 +
* <code>[[GITHUB_ENV]]</code>
 
* <code>[[GITHUB_REF]]</code>
 
* <code>[[GITHUB_REF]]</code>
 +
* <code>[[GITHUB_REF_NAME]]</code>, [[branch]] or [[tag]] in workflows triggered by <code>[[release]]</code>
 +
* <code>[[GITHUB_REF_TYPE]]: [ branch | [[tag]] ]</code>
  
 
== Related ==
 
== Related ==
 
* [[Environment variables]]
 
* [[Environment variables]]
 +
* <code>[[github.event.number]]</code>
 +
* <code>[[github.event_name]]</code>
 +
* <code>[[github.]]</code>
 +
* <code>[[github.sha]]</code>
 +
* <code>[[secrets.]]</code>
  
 
== See also ==
 
== See also ==
* {{GitHub}}
+
* {{GitHub variables}}
 +
* {{GitHub Actions}}
  
 
[[Category:GitHub]]
 
[[Category:GitHub]]

Latest revision as of 19:49, 17 July 2023

Advertising: