mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
dev: implementing suggested changes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user