Skip to content

Commit

Permalink
fix bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
jbesraa committed Nov 2, 2023
1 parent 273399a commit ac060bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fplus-lib/src/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use self::application::file::{

pub mod application;

const BOT_USER: &str = "filplus-github-bot-read-write";
const BOT_USER: &str = "filplus-github-bot-read-write[bot]";

#[derive(Deserialize)]
pub struct CreateApplicationInfo {
Expand Down

0 comments on commit ac060bf

Please sign in to comment.