Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
Intentionally fail CI by introducing code without packaging it
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryGSC committed Aug 12, 2021
1 parent e1e17a2 commit 82a6ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ async function run () {
const message = (eventName === 'push')
? headCommitMessage.split('\n')[0]
: title
console.log('Example of code that hasn\'t made it into the /dist directory')

const fullName = await getFullName(githubUsername)

Expand Down

0 comments on commit 82a6ef2

Please sign in to comment.