Skip to content

Commit

Permalink
ADDING ENV_VAR
Browse files Browse the repository at this point in the history
  • Loading branch information
OmSantoshHarsule authored Jul 3, 2024
1 parent 6af95c5 commit 2ddd480
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 53 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ENV_vars.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: set environment varibles examples

on: [push]

jobs:
setup-and-use-env:
runs-on: ubuntu-latest
steps:
- name: set a dynamic environment varibles
run: |
echo "DYNAMIC_VAR= HELLO FROM GITHUB ACTIONS" >> $GITHUB_ENV
- name: use the environment
run: |
echo "The value of "DYNAMIC_VAR is : $DYNAMIC_VAR"
19 changes: 0 additions & 19 deletions .github/workflows/contex.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/jobs.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/webhook.yml

This file was deleted.

0 comments on commit 2ddd480

Please sign in to comment.