Skip to content

Commit

Permalink
ci: fix comment mark
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 29, 2023
1 parent e70025b commit 4b68c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github/comment.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const REPO = process.env.ACCESS_REPO;
const TOKEN = process.env.ACCESS_TOKEN;
const PR = process.env.PR_NUMBER;
const REPLACE_MARK = '<!-- AZURE_UPDATE_COMMENT -->';
const REPLACE_MARK = '<!-- GHA_UPDATE_COMMENT -->';

const argv = process.argv;

Expand Down

0 comments on commit 4b68c2b

Please sign in to comment.