diff options
author | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-10-05 12:42:43 -0400 |
---|---|---|
committer | Wesley Aptekar-Cassels <me@wesleyac.com> | 2023-10-05 12:42:43 -0400 |
commit | 7d353bba1c171e7885e69e88f314ca0dbe521863 (patch) | |
tree | 0adc6fdb40dbf52e93b615aa830fb704ab03a37d | |
parent | c28ba6ef0bfc8f76c156b92b5c0acfdf1df13fcf (diff) | |
download | Sensor-Watch-7d353bba1c171e7885e69e88f314ca0dbe521863.tar.gz Sensor-Watch-7d353bba1c171e7885e69e88f314ca0dbe521863.tar.bz2 Sensor-Watch-7d353bba1c171e7885e69e88f314ca0dbe521863.zip |
Set default board color for GH workflow.
I've chosen blue arbitrarily.
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b150afb1..6b4fc793 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,9 @@ on: branches-ignore: - gh-pages +env: + COLOR: BLUE + jobs: build: container: |