Skip to content

Commit

Permalink
Update equinix_metal_flow.yml
Browse files Browse the repository at this point in the history
test metal flow
  • Loading branch information
KaiyiLiu1234 authored Aug 4, 2024
1 parent a0a4e87 commit be0c21a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/equinix_metal_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ jobs:
cp -r /tmp/validator-${KEPLER_TAG} docs/validation/${DATE_STR}/
echo "| " ${DATE_STR} " | " ${KEPLER_TAG} " | [Report](validation/${DATE_STR}/report-${KEPLER_TAG}.md) | [Artifacts](validation/${DATE_STR}/validator-${KEPLER_TAG}) |" \
>> docs/kepler-model-validation.md
git config user.email "dependabot[bot]@users.noreply.github.com"
git config user.name "dependabot[bot]"
git add docs/*
git commit -m "Add validation report for ${DATE_STR}" -s
git push
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit be0c21a

Please sign in to comment.