Skip to content

Commit

Permalink
GHA: print inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Mar 9, 2024
1 parent 7cbf7c9 commit d9ca14d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,12 @@ jobs:
name: Refresh NJSP data, dispatch www rebuild (if necessary)
runs-on: ubuntu-latest
steps:
- name: Print event
run: echo "event=${{ toJson(github.event) }}"
- name: Print github.event
run: |
echo "event: ${{ toJson(github.event) }}"
- name: Print inputs
run: |
echo "inputs: ${{ toJson(inputs) }}"
- name: Setup Python?
id: needs_python
run: echo "y=${{ github.event.schedule || inputs.refresh_data || inputs.harmonize_muni_codes || inputs.update_pqts || inputs.update_slack_sha || inputs.update_plots || inputs.post_to_slack || '' }}" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit d9ca14d

Please sign in to comment.