Skip to content

Commit e7f8fd9

Browse files
committed
WIP: remove checkout
1 parent 711b322 commit e7f8fd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stage-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
deploy-theme:
1515
name: deploy-theme
1616
runs-on: [self-hosted, linux, stage]
17-
env:
18-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
1917
steps:
20-
- uses: actions/checkout@v3
2118
- name: deploy-theme
2219
run: |
20+
cd "$GITHUB_WORKSPACE"
21+
git clone "https://github.com/$GITHUB_REPOSITORY.git" .
22+
git checkout "$GITHUB_SHA"
2323
chown -R :client .
2424
chmod -R g+w .
2525
make deploy

0 commit comments

Comments
 (0)