File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
8
8
permissions :
9
- actions : none
10
9
checks : none
11
10
contents : read
12
- deployments : none
13
11
issues : none
14
12
packages : none
15
13
pull-requests : write
16
- repository-projects : none
17
14
security-events : none
18
15
statuses : none
19
16
26
23
- name : Cancel Previous Runs
27
24
uses : styfle/cancel-workflow-action@0.9.1
28
25
26
+ - name : Check secrets presence
27
+ id : checksecrets
28
+ shell : bash
29
+ run : |
30
+ if [ "$READONLY_M_DEPLOY_KEY" == "" ]; then
31
+ echo "oh no it is false"
32
+ else
33
+ echo "it is set and not an empty string"
34
+ fi
35
+
29
36
- name : Checkout m
30
37
uses : actions/checkout@v2
31
38
with :
Original file line number Diff line number Diff line change @@ -75,3 +75,5 @@ positions](https://coder.com/careers#openings)!
75
75
76
76
Want remote development for your organization or enterprise? Visit [ our
77
77
website] ( https://coder.com ) to learn more about Coder.
78
+
79
+ woot woot
You can’t perform that action at this time.
0 commit comments