chore: update

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2024-03-19 20:58:18 +08:00
parent da1f1537f1
commit 2988f59e6a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ env:
jobs: jobs:
testing01: testing01:
name: default flag testing name: testing new bash flow
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout - name: checkout

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/sh
set -o errexit set -o errexit
set -o nounset set -o nounset