Skip to content

Commit

Permalink
chore: updated project ID for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Jul 20, 2021
1 parent 2d176e8 commit df9c905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -21,4 +21,4 @@ jobs:
with:
api_key: ${{ secrets.API_KEY }}
server: ${{ secrets.SERVER }}
project: "Projects-6904"
project: "Projects-7341"
2 changes: 1 addition & 1 deletion src/test-setup.ts
Expand Up @@ -6,7 +6,7 @@ const tmpdir = tmp.dirSync({template: 'create-release-XXXXXX'})
process.env = Object.assign(process.env, {
INPUT_API_KEY: process.env['OCTOPUS_APIKEY'],
INPUT_SERVER: process.env['OCTOPUS_URL'],
INPUT_PROJECT: 'Projects-6904',
INPUT_PROJECT: 'Projects-7341',
RUNNER_TEMP: tmpdir.name,
RUNNER_TOOL_CACHE: tmpdir.name,
GITHUB_ACTION: '1'
Expand Down

0 comments on commit df9c905

Please sign in to comment.