mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 09:13:52 +00:00 
			
		
		
		
	chore: improve robustness and consistency across multiple scripts
- Combine `errexit`, `nounset`, and `pipefail` options into a single `set -euo pipefail` command Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									bd83ba7e2b
								
							
						
					
					
						commit
						0e19dd962d
					
				| @ -1,8 +1,6 @@ | |||||||
| #!/usr/bin/env bash | #!/usr/bin/env bash | ||||||
| 
 | 
 | ||||||
| set -o errexit | set -euo pipefail | ||||||
| set -o nounset |  | ||||||
| set -o pipefail |  | ||||||
| 
 | 
 | ||||||
| export GITHUB="true" | export GITHUB="true" | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user