From 47c3add6ada2c9882a1628fd8854d41cef4e9bf4 Mon Sep 17 00:00:00 2001 From: Breno A Date: Sat, 25 May 2024 19:37:55 -0300 Subject: [PATCH] Create prp.yml --- .github/workflows/prp.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/prp.yml diff --git a/.github/workflows/prp.yml b/.github/workflows/prp.yml new file mode 100644 index 0000000..582091d --- /dev/null +++ b/.github/workflows/prp.yml @@ -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."