MANUAL - ☠️ Show Environment (run by - renovate[bot]) #144
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: "2024 PyCON DE ☠️ Show Environment" | |
run-name: "MANUAL - ☠️ Show Environment (run by - ${{ github.triggering_actor }})" | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
show_default_shell: | |
runs-on: ubuntu-latest | |
timeout-minutes: 1 | |
steps: | |
- name: ☠️ Display Environment Variables Names | |
run: | | |
for var in $(printenv | cut -d "=" -f 1); do | |
echo "$var" | |
done >> $GITHUB_STEP_SUMMARY |