Difference between revisions of "GitHub Environment variables"

From wikieduonline
Jump to navigation Jump to search
(Created page with " GITHUB REF {{GitHub}}")
 
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
* https://docs.github.com/en/actions/learn-github-actions/environment-variables
  
 +
* <code>[[GITHUB_ENV]]</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>
  
[[GITHUB REF]]
+
== Related ==
 +
* [[Environment variables]]
 +
* <code>[[github.event.number]]</code>
 +
* <code>[[github.event_name]]</code>
 +
* <code>[[github.]]</code>
 +
* <code>[[github.sha]]</code>
 +
* <code>[[secrets.]]</code>
  
 +
== See also ==
 +
* {{GitHub variables}}
 +
* {{GitHub Actions}}
  
{{GitHub}}
+
[[Category:GitHub]]

Latest revision as of 19:49, 17 July 2023

Advertising: