Skip to content

Commit 89faeb1

Browse files
committed
test
1 parent d795854 commit 89faeb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/agent.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- run: |
28-
echo ${{ vars.ENV_CONTEXT_VAR }}
28+
echo ${{ vars.V1VERSION }}
2929
gh variable get V1VERSION
30-
gh variable set V1VERSION --body "1.0.3"
30+
gh variable set V1VERSION --body "1.0.4"
3131
gh variable get V1VERSION
32-
echo ${{ vars.ENV_CONTEXT_VAR }}
32+
echo ${{ vars.V1VERSION }}
3333
env:
3434
GH_TOKEN: ${{ secrets.VARTOKEN }}
3535
build-app:

0 commit comments

Comments
 (0)