From 2988f59e6a1e2ce01ee2a971ff1b0351c4f7f157 Mon Sep 17 00:00:00 2001 From: appleboy Date: Tue, 19 Mar 2024 20:58:18 +0800 Subject: [PATCH] chore: update Signed-off-by: appleboy --- .github/workflows/testing.yml | 2 +- entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 717c638..81b63f4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,7 @@ env: jobs: testing01: - name: default flag testing + name: testing new bash flow runs-on: ubuntu-latest steps: - name: checkout diff --git a/entrypoint.sh b/entrypoint.sh index f50d56e..783a902 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh set -o errexit set -o nounset