Skip to content

Commit

Permalink
fixup! Support the use of additional APT repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdor committed May 13, 2024
1 parent 259de4c commit 3a3f683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if [ "$INPUT_EXTRA_REPO_KEYS" ]; then
done <"$extra_repo_keys_file"

if [ ! -s "$extra_repo_key_files_file" ]; then
printf '/github/build/build-deb-action.asc\n' >"$extra_repo_key_files_file"
printf '/github/build/%s\n' "${extra_repo_keys_file##*/}" >"$extra_repo_key_files_file"
fi
fi

Expand Down

0 comments on commit 3a3f683

Please sign in to comment.