Skip to content

Commit

Permalink
fixes for CR
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Sep 26, 2023
1 parent e4ad323 commit 676f6f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-packages-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
elixir update_packages_list.exs
git config user.name 'Membrane Bot'
git config user.email '[email protected]'
git checkout -b auto-update-packages-list
git checkout -B auto-update-packages-list
git add README.md
git commit -m"auto update packages list in readme" --allow-empty
git commit -m "auto update packages list in readme" --allow-empty
git push -f -u origin auto-update-packages-list
gh pr create -B master -H auto-update-packages-list --title 'Auto update packages list' --body ''
2 changes: 1 addition & 1 deletion update_packages_list.exs
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,4 @@ File.read!(readme_path)
~r/<!-- packages-list-start -->(.|\n)*<!-- packages-list-end -->/m,
packages_md
)
|> then(&File.write(readme_path, &1))
|> then(&File.write!(readme_path, &1))

0 comments on commit 676f6f9

Please sign in to comment.