dev: implementing suggested changes

This commit is contained in:
Adam
2023-11-27 16:28:28 +00:00
committed by GitHub
parent 28524a8dc7
commit a85b811eab
+2 -4
View File
@@ -16,14 +16,12 @@ inputs:
description: "pr base SHA" description: "pr base SHA"
required: true required: true
# permissions:
# contents: write
runs: runs:
using: "composite" using: "composite"
steps: steps:
- name: Checkout PR commit - name: Checkout PR commit
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: ${{ inputs.repository }} repository: ${{ inputs.repository }}
ref: ${{ inputs.ref }} ref: ${{ inputs.ref }}
@@ -66,7 +64,7 @@ runs:
# should be able to cache this in future also # should be able to cache this in future also
- name: Checkout Nx Repo - name: Checkout Nx Repo
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
repository: adamzero1/nx-for-php repository: adamzero1/nx-for-php
ref: docker-wrapper-2 ref: docker-wrapper-2