Skip to content

Commit

Permalink
prefix in different step?
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Feb 7, 2024
1 parent e91daf4 commit bee2731
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
if: always()
runs-on: ubuntu-latest
name: utils fork check
env:
USER: "${{ github.repository_owner }}"
BRANCH: "${{ github.ref_name }}"
TOKEN: "${{ secrets.GITHUB_TOKEN }}"

steps:
- name: Check for branch in vscode-uitests-tooling (macos, ubuntu)
run: |
Expand Down Expand Up @@ -47,7 +52,7 @@ jobs:
env:
CODE_VERSION: ${{ matrix.version }}
CODE_TYPE: ${{ matrix.type }}
TEST_RESO URCES: test-resources
TEST_RESOURCES: test-resources
USER: "${{ github.repository_owner }}"
BRANCH: "${{ github.ref_name }}"
TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit bee2731

Please sign in to comment.