Skip to content

Commit

Permalink
Use .json extension to represent the file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Jun 4, 2024
1 parent 750f490 commit 133fca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_automations_init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:

- name: Save change info
run: |
echo "$CHANGES" > /tmp/changes.txt
echo "$CHANGES" > /tmp/changes.json
env:
CHANGES: ${{ steps.paths-filter.outputs.changes }}

- name: Upload change info as artifact
uses: actions/upload-artifact@v4
with:
name: changes
path: /tmp/changes.txt
path: /tmp/changes.json

event-info:
name: Save event info
Expand Down

0 comments on commit 133fca2

Please sign in to comment.