ref: be8ebe6db92a0acd483d5023a57912b63e8c3144
parent: 548e3dc31c02fd722a8e6b1008b711ac2e15b3d4
author: ISSOtm <eldredhabert0@gmail.com>
date: Thu Sep 24 12:41:23 EDT 2020
Fix master docs update CI script GitHub documentation about the syntax is unclear, this should be right according to the examples I saw.
--- a/.github/workflows/update-master-docs.yml
+++ b/.github/workflows/update-master-docs.yml
@@ -17,7 +17,7 @@
jobs:
build:
- if: ${{ secrets.SSH_KEY_SECRET }} != ${{ '' }}
+ if: secrets.SSH_KEY_SECRET != ''
runs-on: ubuntu-18.04
steps:
- name: Checkout rgbds@master