Skip to content

Commit 2a0a6ac

Browse files
New release!
1 parent bad419d commit 2a0a6ac

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/@francescobianco@matrix-theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
HACKATHON_PACKAGE_NAME: matrix-theme
1010

1111
jobs:
12-
hackathon:
12+
hackathon(francescobianco/matrix-theme):
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Mush

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
HACKATHON_PACKAGE_NAME: console
1010

1111
jobs:
12-
hackathon:
12+
hackathon(template):
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Mush

scripts/generate-leaderboard.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ for FORK in $(echo "$FORKS" | jq -r '.full_name'); do
1515
WORKFLOW=".github/workflows/@${FORK//\//@}.yml"
1616
cp .github/workflows/template.yml "${WORKFLOW}"
1717
sed -i "s|name: template|name: ${FORK}|g" "${WORKFLOW}"
18+
sed -i "s|hackathon(template)|hackathon(${FORK})|g" "${WORKFLOW}"
1819
sed -i "s|PACKAGE_NAME: console|PACKAGE_NAME: ${FORK#*/}|g" "${WORKFLOW}"
1920
echo "${STARS} ${FORK}" >> data/leaderboard.txt
2021
done

0 commit comments

Comments
 (0)