fix uri
This commit is contained in:
@ -53,7 +53,7 @@ jobs:
|
|||||||
git config --global user.name "gitea-actions[bot]"
|
git config --global user.name "gitea-actions[bot]"
|
||||||
git config --global user.email "actions@users.noreply.local"
|
git config --global user.email "actions@users.noreply.local"
|
||||||
git checkout -B analytics-update
|
git checkout -B analytics-update
|
||||||
git add analytics/
|
git add otc_metadata/analytics/
|
||||||
if git diff --cached --quiet; then
|
if git diff --cached --quiet; then
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user