Skip to content

Commit

Permalink
New PDD GitHub Action location
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 21, 2023
1 parent af580f0 commit d090e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: pdd
"on":
on:
push:
branches:
- master
Expand All @@ -11,5 +11,5 @@ jobs:
pdd:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: g4s8/pdd-action@master
- uses: actions/checkout@v4
- uses: maxonfjvipon/pdd-action@master

0 comments on commit d090e90

Please sign in to comment.