Skip to content

Commit

Permalink
GAT-1887: Removing depriciated set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
reubensamuel committed Feb 10, 2023
1 parent fbd9b32 commit a182416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uat_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs: # Deployment please don't modify anything here as the infrastructure
- name: Read VERSION file
id: getversion
# run: echo "::set-output name=version::$(cat Chart.yaml)"
run: echo "version=$(cat Chart.yaml) >> $GITHUB_OUTPUT"
run: echo "version=$(cat Chart.yaml)" >> $GITHUB_OUTPUT

# - name: Get SHA
# id: getsha
Expand Down

0 comments on commit a182416

Please sign in to comment.