Skip to content

Commit

Permalink
Configure Git user
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Feb 21, 2024
1 parent 24947cd commit c9ad6d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-data-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ jobs:
- name: Write commit hash to file
run: git rev-parse --short HEAD > dist/commithash.txt

- name: Configure Git user
run: |
git config user.name "workflow"
git config user.email "workflow@invalid"
- name: Create new branch
run: git switch --orphan dist

- name: Add files
- name: Add, commit, and push files
run: |
git add dist/
git commit -m 'Add distribution'
Expand Down

0 comments on commit c9ad6d9

Please sign in to comment.