Skip to content

Commit

Permalink
Update step name to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbourelly999 committed Apr 19, 2024
1 parent 180b43e commit 57d61e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
determine_docker_org_and_tag:
runs-on: ubuntu-latest
outputs:
docker_organization: ${{ steps.step1.outputs.docker_organization }}
docker_image_tag: ${{ steps.step1.outputs.docker_image_tag }}
docker_organization: ${{ steps.docker-org-and-tag.outputs.docker_organization }}
docker_image_tag: ${{ steps.docker-org-and-tag.outputs.docker_image_tag }}
steps:
- id: step1
- id: docker-org-and-tag
uses: usdot-fhwa-stol/actions/docker-org-and-tag@main
build:
needs: determine_docker_org_and_tag
Expand Down

0 comments on commit 57d61e0

Please sign in to comment.