From 935cc5606ec62da574a5dc145d4b703ba9546a0f Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 8 Jun 2023 15:23:01 -0400 Subject: [PATCH] Similarly update 10min-iiab-test-install.yml --- .github/workflows/10min-iiab-test-install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/10min-iiab-test-install.yml b/.github/workflows/10min-iiab-test-install.yml index 0926191af..16cddfcd9 100644 --- a/.github/workflows/10min-iiab-test-install.yml +++ b/.github/workflows/10min-iiab-test-install.yml @@ -22,11 +22,16 @@ jobs: steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." + #- name: Dump GitHub context (typically almost 500 lines) + # env: + # GITHUB_CONTEXT: ${{ toJSON(github) }} + # run: echo "$GITHUB_CONTEXT" - name: Check out repository code uses: actions/checkout@v3.1.0 - run: echo "🍏 This job's status is ${{ job.status }}." - name: GitHub Actions "runner" environment run: | + uname -a whoami # runner pwd # /home/runner/work/iiab/iiab == $GITHUB_WORKSPACE == ${{ github.workspace }} # ls