Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariosemes committed Sep 26, 2023
1 parent 0428964 commit 00b6e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "::set-output name=content::${new_content}"

- name: Write Merged Content to README.md
run: echo "${{ steps.generate-apps-list.outputs.content }}" > README.md
run: printf "%s" "${{ steps.generate-apps-list.outputs.content }}" > README.md

- name: Commit and Push Changes
run: |
Expand Down

0 comments on commit 00b6e4e

Please sign in to comment.