mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-19 05:44:38 +03:00
ci(cargo-crev): Fix regeneration of cargo-crev-exemptions (#641)
This commit is contained in:
@@ -53,6 +53,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "github-actions@github.com"
|
git config --global user.email "github-actions@github.com"
|
||||||
git add supply-chain./*
|
git add supply-chain/*
|
||||||
git commit -m "Regenerate cargo vet exemptions"
|
git commit -m "Regenerate cargo vet exemptions"
|
||||||
git push origin ${{ github.head_ref }}
|
git push origin ${{ github.head_ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user