From 242a8e2e5739a069ed1b4d7db32e79f2995c79b0 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 9 Feb 2020 11:25:59 +0800 Subject: [PATCH] chore: Add Contexts and expression example --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 077a42f..3a7a328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,12 +66,13 @@ jobs: env: FOO: "BAR" BAR: "FOO" + SHA: ${{ github.sha }} with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} - envs: FOO,BAR + envs: FOO,BAR,SHA script: | echo "I am $FOO, thanks" echo "I am $BAR, thanks"