From e4e384fe9f3edca8248d109f05661224b2409ee4 Mon Sep 17 00:00:00 2001 From: Sreekanth Date: Tue, 8 Oct 2024 19:37:43 +0530 Subject: [PATCH] Debug : show github context Signed-off-by: Sreekanth --- .github/workflows/ci.yaml | 5 +++++ .github/workflows/release.yaml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95e3c30..5797496 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,3 +58,8 @@ jobs: - name: Dry run Cargo Publish run: cargo publish --dry-run + + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4f7098f..5fa3f38 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,6 +25,8 @@ jobs: - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1 + with: + cache: false - name: Install dependencies run: sudo apt-get install -y protobuf-compiler