Skip to content

Commit

Permalink
Commit ExamProCo#32.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich authored Aug 18, 2024
1 parent b0cce69 commit 3faf6f3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/conditional+functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
print-functions:
runs-on: ubuntu-latest
steps:
- id: concatenation
name: Concatenation
# run: echo ${{join(printenv, ',')}}
run: echo ${{join(inputs.*, ',')}}
- id: inputs-concatenation
name: Inputs Concatenation
run: echo ${{join(inputs.*, ',')}}
- id: github-concatenation
name: GitHub Concatenation
run: echo ${{join(github.*, ',')}}

0 comments on commit 3faf6f3

Please sign in to comment.