Skip to content

Commit

Permalink
Debug : show github context
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <prsreekanth920@gmail.com>
  • Loading branch information
BulkBeing committed Oct 8, 2024
1 parent 05c70bf commit e4e384f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4e384f

Please sign in to comment.