Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
fix blobs.yml typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gberche-orange committed Sep 25, 2023
1 parent 641151c commit 03f085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
git add vendir.lock
# FIXME: optimize for idem potentency
./addblob.sh
git add config/blobs.yaml
git add config/blobs.yml
git commit -a -m "updating blobs"
remote_repo="https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@${GITHUB_SERVER_URL#https://}/${GITHUB_REPOSITORY}.git"
git push ${remote_repo} HEAD:main
Expand Down

0 comments on commit 03f085a

Please sign in to comment.