You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
<!--- If you are new to Docker or this application our issue tracker is **ONLY** used for reporting bugs or requesting features. Please use [our discord server](https://discord.gg/YWrKVTn) for general support. --->
10
+
11
+
<!--- Provide a general summary of the bug in the Title above -->
12
+
13
+
------------------------------
14
+
15
+
## Expected Behavior
16
+
<!--- Tell us what should happen -->
17
+
18
+
## Current Behavior
19
+
<!--- Tell us what happens instead of the expected behavior -->
20
+
21
+
## Steps to Reproduce
22
+
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
23
+
<!--- reproduce this bug. Include code to reproduce, if relevant -->
24
+
1.
25
+
2.
26
+
3.
27
+
4.
28
+
29
+
## Environment
30
+
**OS:**
31
+
**CPU architecture:** x86_64/arm32/arm64
32
+
**How docker service was installed:**
33
+
<!--- ie. from the official docker repo, from the distro repo, nas OS provided, etc. -->
34
+
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
35
+
36
+
## Command used to create docker container (run/create/compose/screenshot)
37
+
<!--- Provide your docker create/run command or compose yaml snippet, or a screenshot of settings if using a gui to create the container -->
38
+
39
+
## Docker logs
40
+
<!--- Provide a full docker log, output of "docker logs openvpn-as" -->
<!--- If you are new to Docker or this application our issue tracker is **ONLY** used for reporting bugs or requesting features. Please use [our discord server](https://discord.gg/YWrKVTn) for general support. --->
10
+
11
+
<!--- If this acts as a feature request please ask yourself if this modification is something the whole userbase will benefit from --->
12
+
<!--- If this is a specific change for corner case functionality or plugins please look at making a Docker Mod or local script https://blog.linuxserver.io/2019/09/14/customizing-our-containers/ -->
13
+
14
+
<!--- Provide a general summary of the request in the Title above -->
15
+
16
+
------------------------------
17
+
18
+
## Desired Behavior
19
+
<!--- Tell us what should happen -->
20
+
21
+
## Current Behavior
22
+
<!--- Tell us what happens instead of the expected behavior -->
23
+
24
+
## Alternatives Considered
25
+
<!--- Tell us what other options you have tried or considered -->
Copy file name to clipboardExpand all lines: .github/workflows/external_trigger.yml
+31-15Lines changed: 31 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -13,22 +13,23 @@ jobs:
13
13
if: github.ref == 'refs/heads/master'
14
14
run: |
15
15
if [ -n "${{ secrets.PAUSE_EXTERNAL_TRIGGER_OPENVPN_AS_MASTER }}" ]; then
16
-
echo "Github secret PAUSE_EXTERNAL_TRIGGER_OPENVPN_AS_MASTER is set; skipping trigger."
16
+
echo "**** Github secret PAUSE_EXTERNAL_TRIGGER_OPENVPN_AS_MASTER is set; skipping trigger. ****"
17
17
exit 0
18
18
fi
19
-
echo "External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_OPENVPN_AS_MASTER\"."
20
-
echo "Retrieving external version"
19
+
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_OPENVPN_AS_MASTER\". ****"
0 commit comments