Skip to content

Commit

Permalink
Update update_references.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblogan authored Sep 6, 2024
1 parent ed525ad commit af21ff2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update_references.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
node-version: 20.x

- name: Set github commit user
run: |
git config --global user.email [email protected]
git config --global user.name jacoblogan
# Set branch name to be used as environment variable
- name: Set Branch Name
run: echo "BRANCH_NAME=$(echo $(date +%s))" >> $GITHUB_ENV
Expand Down

0 comments on commit af21ff2

Please sign in to comment.