Simulate a change to upstream adf (#10814)

This commit is contained in:
Maurizio Vitale 2025-04-22 20:07:45 +01:00 committed by GitHub
parent ff0885c265
commit 4cfda763b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
module.exports = async ({ github, context, core, tagName }) => {
const tagSHA = context.payload?.after ?? context.sha;
core.notice(`Creating a tag with title: ${tagName}, and SHA: ${tagSHA}`);
core.notice(`Creating tag with title: ${tagName}, and SHA: ${tagSHA}`);
const createdTag = await github.rest.git.createTag({
owner: context.repo.owner,