Compare commits

..

No commits in common. "4a6269d0f15248b1b89fa00eef12abd01fbeee43" and "e310934345875ba324f86937d571cdffb5e99cdc" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View file

@ -1,6 +1,3 @@
c63cc537ffa7a49b3ce45a66741afbc62f269f5f
pipeline { pipeline {
agent any agent any

View file

@ -3,7 +3,7 @@ import * as React from 'react'
const App: React.FC = () => { const App: React.FC = () => {
return ( return (
<> <>
<h1>PR automatica </h1> <h1>Testando</h1>
</> </>
) )
} }