mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-05 12:25:04 -05:00
remove origin
This commit is contained in:
28
.github/workflows/autogpt-infra-ci.yml
vendored
28
.github/workflows/autogpt-infra-ci.yml
vendored
@@ -41,17 +41,17 @@ jobs:
|
||||
with:
|
||||
version: v3.14.4
|
||||
|
||||
# - name: Set up chart-testing
|
||||
# uses: helm/chart-testing-action@v2.6.0
|
||||
#
|
||||
# - name: Run chart-testing (list-changed)
|
||||
# id: list-changed
|
||||
# run: |
|
||||
# changed=$(ct list-changed --target-branch refs/heads/${{ github.event.repository.default_branch }})
|
||||
# if [[ -n "$changed" ]]; then
|
||||
# echo "changed=true" >> "$GITHUB_OUTPUT"
|
||||
# fi
|
||||
#
|
||||
# - name: Run chart-testing (lint)
|
||||
# if: steps.list-changed.outputs.changed == 'true'
|
||||
# run: ct lint --target-branch refs/heads/$${{ github.event.repository.default_branch }}
|
||||
- name: Set up chart-testing
|
||||
uses: helm/chart-testing-action@v2.6.0
|
||||
|
||||
- name: Run chart-testing (list-changed)
|
||||
id: list-changed
|
||||
run: |
|
||||
changed=$(ct list-changed --target-branch ${${{ github.event.repository.default_branch }}#origin/})
|
||||
if [[ -n "$changed" ]]; then
|
||||
echo "changed=true" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
- name: Run chart-testing (lint)
|
||||
if: steps.list-changed.outputs.changed == 'true'
|
||||
run: ct lint --target-branch ${${{ github.event.repository.default_branch }}#origin/}
|
||||
|
||||
Reference in New Issue
Block a user