Skip to content

Commit

Permalink
build tag on master
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Tiwari committed Aug 5, 2023
1 parent 8de5989 commit 1ad6e01
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Env

on:
push:
branches:
- '*'
19 changes: 19 additions & 0 deletions .github/workflows/env.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Print Environment Variables

on:
workflow_run:
workflows: ["Env"]
types:
- completed

jobs:
print-env:
runs-on: ubuntu-latest

steps:
- name: Print Environment Variables
run: |
echo "Source Workflow: ${{ github.event.workflow_run.workflow }}"
# Print all environment variables
printenv

0 comments on commit 1ad6e01

Please sign in to comment.