Skip to content

Commit

Permalink
Merge pull request #1 from thestormforge/ci-remove-set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
zeisss authored Jul 3, 2023
2 parents 3a072e8 + d6d3731 commit 6bdf853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
id: config
run: |
repo=$(echo "${{ github.repository }}" | cut -d'/' -f2)
echo "::set-output name=repository::${repo}"
echo "::set-output name=target_env::production"
echo "repository=${repo}" >> "$GITHUB_OUTPUT"
echo "target_env=production" >> "$GITHUB_OUTPUT"
- name: StormForger | Install forge CLI
run: |
Expand Down

0 comments on commit 6bdf853

Please sign in to comment.