Compare commits

..

1 commit

Author SHA1 Message Date
44a53b78e0
wip: report package sizes
Some checks failed
/ check (push) Successful in 50s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 19s
/ build (nvim) (push) Successful in 9s
/ report-size (pull_request) Failing after 24s
Added as a comment to the current pull request
2024-12-15 11:08:17 +01:00

View file

@ -21,6 +21,7 @@ if [ "$CI" = "true" ]; then
echo "Logging in to $GITHUB_SERVER_URL with default token"
tea login add --url "$GITHUB_SERVER_URL" --token "$GITHUB_TOKEN"
echo "Retrieving PR index for $GITHUB_HEAD_REF"
tea pulls -f index,head -o simple
pr_index=$(tea pulls -f index,head -o simple | grep "$GITHUB_HEAD_REF" | head -n1 | cut -d' ' -f 1)
echo "Retrieved index: $pr_index"
echo "Expected PR URL: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/pulls/$pr_index"