Skip to content

Commit

Permalink
Changes ExamProCo#29
Browse files Browse the repository at this point in the history
  • Loading branch information
vadzim-kuzmich authored Aug 17, 2024
1 parent d368d7a commit befe240
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/hello-world-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: print-all-variables
name: Print All environment variables
name: Prints All environment variables
run: printenv
- id: print-github-variables
name: Prints GitHub variables
run: printenv | grep github
- id: print-github-user
name: Prints the current GitHub user
run: echo "The current user is $GITHUB_USER"

0 comments on commit befe240

Please sign in to comment.