Skip to content

Commit 6930d56

Browse files
add set options to make the script more robust
- especially, they throw error so that it is got caught in CI/CD pipelines Changes to be committed: modified: add_issue_to_project.sh
1 parent 1fc858b commit 6930d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/add-issue-to-project/add_issue_to_project.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -euo pipefail # exit on error, undefined variable, or error in pipeline
4+
35
OWNER="ilkermeliksitki"
46
REPO="german-dict"
57
PROJECT=5

0 commit comments

Comments
 (0)