Skip to content

fix(deps): update dependency python-gnupg to v0.5.4 #274

fix(deps): update dependency python-gnupg to v0.5.4

fix(deps): update dependency python-gnupg to v0.5.4 #274

name: TODOs on PRs
# only for branches other than main
on:
push:
branches:
- "**"
- "!main"
pull_request:
branches:
- "**"
- "!main"
jobs:
dry-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run tdg-github-action
uses: ribtoks/tdg-github-action@v0.4.11-beta
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
EXCLUDE_PATTERN: "\\.git/"
DRY_RUN: true