1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-04 10:22:30 +03:00

Merge pull request #36 from per1234/rename-registry

Use unique name for index source file
This commit is contained in:
per1234
2021-05-25 00:07:19 -07:00
committed by GitHub

View File

@ -360,7 +360,7 @@ jobs:
- name: Add index source file entry for submissions - name: Add index source file entry for submissions
run: | run: |
INDEX_SOURCE_FILE_PATH="${{ github.workspace }}/repositories.txt" INDEX_SOURCE_FILE_PATH="${{ github.workspace }}/registry.txt"
git config --global user.email "bot@arduino.cc" git config --global user.email "bot@arduino.cc"
git config --global user.name "ArduinoBot" git config --global user.name "ArduinoBot"
echo "${{ needs.parse.outputs.index-entry }}" >> "$INDEX_SOURCE_FILE_PATH" echo "${{ needs.parse.outputs.index-entry }}" >> "$INDEX_SOURCE_FILE_PATH"