Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
havardelnan committed Nov 18, 2024
1 parent d795854 commit 89faeb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
echo ${{ vars.ENV_CONTEXT_VAR }}
echo ${{ vars.V1VERSION }}
gh variable get V1VERSION
gh variable set V1VERSION --body "1.0.3"
gh variable set V1VERSION --body "1.0.4"
gh variable get V1VERSION
echo ${{ vars.ENV_CONTEXT_VAR }}
echo ${{ vars.V1VERSION }}
env:
GH_TOKEN: ${{ secrets.VARTOKEN }}
build-app:
Expand Down

0 comments on commit 89faeb1

Please sign in to comment.