Skip to content

Commit

Permalink
Create prp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 25, 2024
1 parent a30c116 commit 47c3add
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/prp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Process .prp files

on:
push:
branches: [ "main" ]
permissions:
contents: write

jobs:
process:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# ref: "main" # uncomment this line to check out a specific branch
- name: Update variables
uses: CIFriends/prp-preprocessor@v1
env:
motto: "Making your CI/CD experience smoother, friendlier, and more efficient."

0 comments on commit 47c3add

Please sign in to comment.