Skip to content

Set the appropriate pocket in the security entry in sources list file with Deb822 format #639

Set the appropriate pocket in the security entry in sources list file with Deb822 format

Set the appropriate pocket in the security entry in sources list file with Deb822 format #639

Workflow file for this run

name: Has debian/changelog been updated?
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: changelog-check
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get info on if debian/changelog has changed
id: changed-files-specific
uses: tj-actions/[email protected]
with:
files: |
debian/changelog
- name: Fail if debian/changelog has not changed
if: steps.changed-files-specific.outputs.any_changed != 'true'
run: |
echo "debian/changelog has not been updated."
exit 1