Skip to content

Commit

Permalink
fix env variable format
Browse files Browse the repository at this point in the history
  • Loading branch information
e-belfer committed Aug 13, 2024
1 parent 42d86a4 commit 2ddfa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dump context
run: echo "$GITHUB_CONTEXT"
run: echo '${{ toJSON(github) }}'
# build-distribution:
# name: Build catalystcoop.pudl distribution for PyPI
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ddfa0e

Please sign in to comment.