Skip to content

Commit

Permalink
revert control.in
Browse files Browse the repository at this point in the history
  • Loading branch information
caothu159 committed May 5, 2024
1 parent baab43c commit acddec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
if: true
run: bash ci/push_ppa.sh
- name: Push to repository
if: false
if: true
run: |
if [ "$(git status --porcelain=v1 2>/dev/null | wc -l)" != "0" ]; then
git add src/debian/changelog
git add src/debian/control
git commit -m "Update packages from ${{ matrix.operating-system }} at $(date +'%d-%m-%y')" &&
# git push https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git ${{ github.ref_name }} ||
git push ||
Expand Down
2 changes: 1 addition & 1 deletion ci/environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env pwd_dir $(pwd || dirname $(realpath "$0") || realpath .)
env email ductn@diepxuan.com
env changelog $(realpath ./src/debian/changelog)
env control $(realpath ./src/debian/control)
env controlin $(realpath ./src/debian/_control.in.old)
env controlin $(realpath ./src/debian/control.in)
env rules $(realpath ./src/debian/rules)
env timelog "$(date -R)"

Expand Down
File renamed without changes.

0 comments on commit acddec2

Please sign in to comment.