chore(deps): update rust:1.84.0 docker digest to e6e40c0 (#594) #3457
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Debug | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
jobs: | |
dump: | |
name: Dump | |
runs-on: ubuntu-latest | |
steps: | |
- name: Debug | |
env: | |
GITHUB: "${{ toJSON(github) }}" | |
run: echo "${GITHUB}" |