Skip to content

Commit

Permalink
Update middle-flow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianofernandeszup authored Dec 8, 2023
1 parent 98a24fd commit 4821bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/middle-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
stackspot-workflow:
environment: 'prd'
runs-on: ${{ vars.ACTION_RUNNER }}
runs-on: engineering-runners-prd
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -37,4 +37,4 @@ jobs:

- name: Debug Http
if: "${{ inputs.debug == 'true' && always() }}"
run: sudo cat /home/runner/work/_temp/_github_home/.stk/debug/http.txt
run: sudo cat /home/runner/work/_temp/_github_home/.stk/debug/http.txt

0 comments on commit 4821bd3

Please sign in to comment.