Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Mostafa Dahab <[email protected]>
  • Loading branch information
poweroftrue committed Feb 13, 2024
1 parent ba8fd97 commit 64e0084
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fetch-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,5 @@ jobs:
- name: Exclude .github directory and commit changes
run: |
git restore --staged .github || echo ".github directory not changed"
if git diff --staged --quiet; then
echo "No changes to commit"
else
git commit -m "Update sidekiq-reliable-fetch gem from GitLab"
git push origin main --force-with-lease
git commit -m "Update sidekiq-reliable-fetch gem from GitLab"
git push origin main --force-with-lease

0 comments on commit 64e0084

Please sign in to comment.