Skip to content

Commit fb7262d

Browse files
authored
Merge pull request k3s-io#488 from axivo/feature/workflow-improvements
fix: workflow core.info message
2 parents fe0f3af + 737b461 commit fb7262d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
}
103103
`;
104104
const { createCommitOnBranch } = await github.graphql(mutation, { input });
105-
core.info('Signed commit created with OID:', createCommitOnBranch.commit.oid);
105+
core.info('Signed commit created with OID: ' + createCommitOnBranch.commit.oid);
106106
} catch (error) {
107107
core.setFailed(error.message);
108108
}

0 commit comments

Comments
 (0)