Skip to content

Commit

Permalink
GAT-1887: Removing set-output as its been depreciated
Browse files Browse the repository at this point in the history
  • Loading branch information
reubensamuel committed Feb 9, 2023
1 parent 115126b commit c8387d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/uat_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ 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 "::set-output name=version::$(cat Chart.yaml)"
run: echo "version=$(cat Chart.yaml) >> $GITHUB_OUTPUT"

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

0 comments on commit c8387d7

Please sign in to comment.