Skip to content

Commit

Permalink
Show env vars in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Mar 31, 2024
1 parent 2446402 commit 117d945
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Environment Variables
run: |
echo 'LLVM_VER == > ${{ github.event.inputs.LLVM_VER }}'
echo 'KERNEL_VER == > ${{ github.event.inputs.KERNEL_VER }}'
- name: Install packages & setup
run: |
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build_generic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:

- name: Cleanup
uses: rokibhasansagar/slimhub_actions@main


- name: Environment Variables
run: |
echo 'LLVM_VER == > ${{ github.event.inputs.LLVM_VER }}'
echo 'KERNEL_VER == > ${{ github.event.inputs.KERNEL_VER }}'
- name: Install packages & setup
run: |
sudo apt update
Expand Down

0 comments on commit 117d945

Please sign in to comment.