Skip to content

Commit

Permalink
change file name to data.json
Browse files Browse the repository at this point in the history
Signed-off-by: TusharMohapatra07 <[email protected]>
  • Loading branch information
TusharMohapatra07 committed Dec 11, 2024
1 parent 23c70e9 commit c14fb05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2etests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: DownloadJSON
uses: actions/download-artifact@v4
with:
name: data-servicemesh-install.json
name: data.json
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: DownloadJSON
uses: actions/download-artifact@v4
with:
name: data-servicemesh-addon.json
name: data.json
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
- name: DownloadJSON
uses: actions/download-artifact@v4
with:
name: data-servicemesh-sample-app.json
name: data.json
- name: Add commit SHORT_SHA
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: echo results
Expand Down

0 comments on commit c14fb05

Please sign in to comment.