From 182f309f4ebbe44e2376a611f4d39a2c4c7da79d Mon Sep 17 00:00:00 2001 From: aditya-arcot Date: Sun, 8 Sep 2024 21:57:38 -0500 Subject: [PATCH] remove context step --- .github/workflows/actions.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index a78102b..ec26340 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -12,9 +12,6 @@ jobs: runs-on: mbp-13 environment: prod steps: - - name: context - run: echo "${{ toJSON(github) }}" - - name: checkout code uses: actions/checkout@v4