We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd54e83 commit ccfa928Copy full SHA for ccfa928
.github/workflows/deployPreview.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Clone to preview folder (excluding actions)
28
run: rsync -arv --delete --delete-excluded --exclude=".github" --exclude="preview-output" --exclude="preview-output" --exclude=".git" ./ preview-output/
29
- name: Push to staging repository
30
- uses: cpina/github-action-push-to-another-repository@main
+ uses: cpina/github-action-push-to-another-repository@55306faa4ed53b815ae49e564af8cfb359d32ae2 # main
31
env:
32
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
33
with:
0 commit comments