Skip to content

Commit

Permalink
Merge pull request meshery#8791 from KiptoonKipkurui/feat/kiptoonkipk…
Browse files Browse the repository at this point in the history
…urui/471

Fix failing updater test
  • Loading branch information
leecalcote authored Sep 15, 2023
2 parents 7df5402 + 5c2fc12 commit cd55c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrations-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.GH_ACCESS_TOKEN }}
path: meshery.io
- name: Run utility
run: cd meshery/scripts/component_updater; go build main.go; ./main "https://docs.google.com/spreadsheets/d/e/2PACX-1vSgOXuiqbhUgtC9oNbJlz9PYpOEaFVoGNUFMIk4NZciFfQv1ewZg8ahdrWHKI79GkKK9TbmnZx8CqIe/pub?gid=0&single=true&output=csv" --system docs layer5/src/collections/integrations meshery.io/integrations --published-only
run: cd meshery/scripts/component_updater; go build main.go; ./main "https://docs.google.com/spreadsheets/d/e/2PACX-1vSgOXuiqbhUgtC9oNbJlz9PYpOEaFVoGNUFMIk4NZciFfQv1ewZg8ahdrWHKI79GkKK9TbmnZx8CqIe/pub?gid=0&single=true&output=csv" --system docs layer5/src/collections/integrations meshery.io/integrations docs/ --published-only
- name: Commit changes to Layer5.io repo
uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit cd55c21

Please sign in to comment.