This commit is contained in:
@@ -29,9 +29,9 @@ jobs:
|
|||||||
# Clone repository with token authentication
|
# Clone repository with token authentication
|
||||||
git clone --no-single-branch \
|
git clone --no-single-branch \
|
||||||
"https://${{ secrets.NIX_UPDATE_TOKEN }}@code.m3ta.dev/m3tam3re/nixpkgs.git" \
|
"https://${{ secrets.NIX_UPDATE_TOKEN }}@code.m3ta.dev/m3tam3re/nixpkgs.git" \
|
||||||
/workspace/m3tam3re/nixpkgs
|
/tmp/nixpkgs
|
||||||
|
|
||||||
cd /workspace/m3tam3re/nixpkgs
|
cd /tmp/nixpkgs
|
||||||
|
|
||||||
# Configure git author/committer
|
# Configure git author/committer
|
||||||
git config --global user.name "${{ env.GIT_AUTHOR_NAME }}"
|
git config --global user.name "${{ env.GIT_AUTHOR_NAME }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user