mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-21 17:49:36 +01:00
chore: update
Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
da1f1537f1
commit
2988f59e6a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
|
@ -7,7 +7,7 @@ env:
|
|||
|
||||
jobs:
|
||||
testing01:
|
||||
name: default flag testing
|
||||
name: testing new bash flow
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
|
Loading…
Reference in a new issue