Difference between revisions of "Continue-on-error:"

From wikieduonline
Jump to navigation Jump to search
(Created page with " == See also == * {{GitHub Actions}}")
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lc}}
  
 +
continue-on-error: true
  
 +
== Related ==
 +
[[run:]]
 +
[[set -e]]
 +
 +
[[if: failure()]]
 +
[[if: always()]]
 +
 +
<nowiki>
 +
if: ${{ success() }}
 +
</nowiki>
 +
<nowiki>
 +
if: ${{ cancelled() }}
 +
</nowiki>
  
 
== See also ==
 
== See also ==
 
* {{GitHub Actions}}
 
* {{GitHub Actions}}
 +
 +
[[Category:GitHub]]

Latest revision as of 10:56, 4 November 2024

Advertising: