Skip to content

Commit

Permalink
Add user identity
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteyn committed Apr 17, 2024
1 parent 9536718 commit e824aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CW24_lightning_talk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
name: pdf
path: cw24.pdf
- name: Set Git user identity
run: |
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
- name: Get timestamp
id: timestamp
run: echo "::set-output name=timestamp::$(date +'%Y%m%d%H%M%S')"
Expand Down

0 comments on commit e824aef

Please sign in to comment.