Skip to content

Merge branch 'git-commit-push-action-11117751382-ubuntu-full-remote' … #3635

Merge branch 'git-commit-push-action-11117751382-ubuntu-full-remote' …

Merge branch 'git-commit-push-action-11117751382-ubuntu-full-remote' … #3635

Workflow file for this run

name: 46 - Print Env
on:
push:
jobs:
github-actions-environment-variables-ubuntu:
runs-on: ubuntu-latest
steps:
- name: Ubuntu GitHub Actions environment variables List
run: env
github-actions-environment-variables-windows:
runs-on: windows-latest
steps:
- name: List of the GitHub Actions environment variables on Windows
run: env
github-actions-environment-variables-macos:
runs-on: macos-latest
steps:
- name: MacOS List of GitHub Actions environment variables
run: env