Skip to content

Commit

Permalink
Commit ExamProCo#31
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich authored Aug 18, 2024
1 parent e99ea8c commit 7fb0928
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/conditional+functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@ jobs:
- id: completion
name: Completion
if: ${{success()}}
run: echo "Well done!"
run: echo "Well done!"

print-functions:
runs-on: ubuntu-latest
steps:
- id: concatenation
name: Concatenation
run: echo ${{join([GITHUB_API_URL, GITHUB_GRAPHQL_URL, GITHUB_SERVER_URL], ',')}}

0 comments on commit 7fb0928

Please sign in to comment.