-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Volodymyr Savchenko
authored and
Volodymyr Savchenko
committed
Aug 15, 2024
1 parent
f1be343
commit 8cd5941
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,10 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.BOT_SECRET }} | ||
# persist-credentials: false | ||
- run: | | ||
date > generated.txt | ||
# Note: the following account information will not work on GHES | ||
git config user.name "github-actions[bot]" | ||
git config user.email "[email protected]" | ||
git pull | ||
run: | | ||
git config user.name "github-actions[bot]" | ||
git config user.email "[email protected]" | ||
git pull | ||
- name: Install dependencies | ||
run: | | ||
|