mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 01:59:35 +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:
|
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
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
Loading…
Reference in a new issue