Skip to content

Commit

Permalink
Merge branch 'main' into solution-validation
Browse files Browse the repository at this point in the history
* main:
  Fix back reference (#1)
  • Loading branch information
CodeReaper committed May 8, 2024
2 parents 41899fe + b777fa6 commit 28d8163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/update-base-environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
run: git fetch && git checkout ${{ inputs.branch }} 2>/dev/null || git checkout -b ${{ inputs.branch }}

- name: Resolve version
uses: Energinet-DataHub/energy-origin/.github/actions/docker-image-version@main
uses: Energinet-DataHub/acorn-actions/actions/docker-image-version@v1 # TODO: This seems to be changed

- name: Update references
shell: bash
Expand Down

0 comments on commit 28d8163

Please sign in to comment.