Bump nikhilbadyal/ghaction-rm-releases from 0.0.1 to 0.0.2

Bumps [nikhilbadyal/ghaction-rm-releases](https://github.com/nikhilbadyal/ghaction-rm-releases) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/nikhilbadyal/ghaction-rm-releases/releases)
- [Changelog](https://github.com/nikhilbadyal/ghaction-rm-releases/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nikhilbadyal/ghaction-rm-releases/compare/v0.0.1...v0.0.2)

---
updated-dependencies:
- dependency-name: nikhilbadyal/ghaction-rm-releases
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-11 04:24:51 +00:00
committed by GitHub
parent 6ce88f7d69
commit ccfba2aa33
+1 -1
View File
@@ -62,7 +62,7 @@ jobs:
curl https://github.com/nikhilbadyal/docker-py-revanced/blob/changelogs/changelog.md > changelog.md curl https://github.com/nikhilbadyal/docker-py-revanced/blob/changelogs/changelog.md > changelog.md
- name: Delete Older Releases - name: Delete Older Releases
uses: nikhilbadyal/ghaction-rm-releases@v0.0.1 uses: nikhilbadyal/ghaction-rm-releases@v0.0.2
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_PATTERN: "Build*" RELEASE_PATTERN: "Build*"