From d4183fed387aaf036d150b6d1418b4b93b8654b4 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Fri, 8 Dec 2023 11:12:02 -0600 Subject: [PATCH] Add sandbox testing area Github Actions workflow --- .github/workflows/sandbox-area.yml | 13 +++++++++++++ dummy.file | 0 2 files changed, 13 insertions(+) create mode 100644 .github/workflows/sandbox-area.yml create mode 100644 dummy.file diff --git a/.github/workflows/sandbox-area.yml b/.github/workflows/sandbox-area.yml new file mode 100644 index 00000000..1df2c2d1 --- /dev/null +++ b/.github/workflows/sandbox-area.yml @@ -0,0 +1,13 @@ +name: Sandbox Github Actions Testing Area + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-18.04 + steps: + - name: Show environment v1 + run: env | grep ^GITHUB + - name: Show ref v1 + run: echo "===============> Version from $GITHUB_REF" diff --git a/dummy.file b/dummy.file new file mode 100644 index 00000000..e69de29b