Skip to content

Commit d77f042

Browse files
authored
Merge branch 'main' into feat3
2 parents a6759da + 656aa0a commit d77f042

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
permissions:
1010
contents: read
11-
env:
12-
VALUE1: ${{ secrets.SECRET1 }}
13-
VALUE2: ${{ vars.VAR123 }}
1411
steps:
1512
- run: |
1613
echo ${VALUE1}
1714
echo ${VALUE2}
15+
env:
16+
VALUE1: ${{ secrets.SECRET1 }}
17+
VALUE2: ${{ vars.VAR123 }}

0 commit comments

Comments
 (0)