Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 8, 2022
1 parent 95f8e7c commit fc71783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
with:
result-encoding: string
script: |
console.log({ context })
console.log({ github })
return require('./.pipeline/src/steps/config-scrapper')({
context,
inputs: {
containerRegistry: "${{ inputs.containerRegistry }}",
},
})
console.log({ context })
console.log({ github })
- name: Docs | Configs summary
env:
Expand Down

0 comments on commit fc71783

Please sign in to comment.