Skip to content

Commit

Permalink
test with different repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hestonhoffman committed Jul 24, 2024
1 parent cd3e966 commit b734f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump_synthetics_worker_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
result-encoding: string
script: |
const tags = await github.rest.repos.listTags({
owner: 'DataDog',
repo: 'synthetics-worker'
owner: 'hestonhoffman',
repo: 'changed-lines'
})
const regex = /^(?:(?:[0-9]*)[.](?:[0-9]*)[.](?:[0-9]*))$/;
latestTag = tags.data.find(value => regex.test(value))
Expand Down

0 comments on commit b734f8f

Please sign in to comment.