Skip to content

Commit 90762fb

Browse files
authored
Merge cbcba3d into e3e9f05
2 parents e3e9f05 + cbcba3d commit 90762fb

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.github/workflows/docs-preview.yaml

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ on:
66
- main
77

88
permissions:
9-
actions: none
109
checks: none
1110
contents: read
12-
deployments: none
1311
issues: none
1412
packages: none
1513
pull-requests: write
16-
repository-projects: none
1714
security-events: none
1815
statuses: none
1916

@@ -26,6 +23,16 @@ jobs:
2623
- name: Cancel Previous Runs
2724
uses: styfle/cancel-workflow-action@0.9.1
2825

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+
2936
- name: Checkout m
3037
uses: actions/checkout@v2
3138
with:

docs/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,5 @@ positions](https://coder.com/careers#openings)!
7575

7676
Want remote development for your organization or enterprise? Visit [our
7777
website](https://coder.com) to learn more about Coder.
78+
79+
woot woot

0 commit comments

Comments
 (0)