if: ( github.event.commits[0].message != 'Initial commit' ) || github.run_number > 1 runs-on: ubuntu-latest steps: - name: Check if secret exists if: github.event_name == 'push' run: | if [ -z "$deploy_key" ] then echo "You do not have a secret named SSH_DEPLOY_KEY. ...