Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/deploy-pr-preview.yml
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2129:style:44:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
outputs:
should_deploy: ${{ steps.decide.outputs.should_deploy }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0

- uses: pnpm/action-setup@v4
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4

- uses: actions/setup-node@v4
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
node-version-file: .nvmrc

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
| **Job** | [View logs](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}) |

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Uninstall Helm release
uses: vimeda/helm@8fb24318e538359380b6acaaee9aa686d5f0c5cb # v1.7.0
Expand All @@ -314,7 +314,7 @@ jobs:
token: ${{ github.token }}

- name: Delete namespace
uses: actions-hub/kubectl@master
uses: actions-hub/kubectl@af0e87aaa9cd98820383c16cba28c644ba85c067 # master
continue-on-error: true
env:
KUBE_CONFIG: ${{ secrets.STAGING_KUBECONFIG_BASE64 }}
Expand Down
Loading