Skip to content

Commit

Permalink
Added debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simao-silva committed Oct 28, 2023
1 parent b52f114 commit 55b7c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print commiter name
run: echo "The commiter name is ${{ env.GITHUB_ACTOR }}"
run: echo "The commiter name is $GITHUB_ACTOR"

restrict:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 55b7c43

Please sign in to comment.