Skip to content

Commit

Permalink
Revert VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
MNThomson committed Oct 13, 2022
1 parent 6cec903 commit ec026fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ jobs:
ENDPOINT: ${{ secrets.ENDPOINT }}
HEADERS: ${{ secrets.HEADERS }}
SERVICE_NAME: "otel-action"
VERSION: "pr-5"
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ inputs:
GITHUB_TOKEN:
description: "GitHub token for private repos"
required: false
VERSION:
description: "Which docker image to run"
default: "latest"
required: false

runs:
using: "docker"
image: "docker://gcr.io/mnthomson/otel-action:${{ inputs.VERSION }}"
image: "docker://gcr.io/mnthomson/otel-action:latest"
env:
OTEL_EXPORTER_ENDPOINT: ${{ inputs.ENDPOINT }}
OTEL_EXPORTER_HEADERS: ${{ inputs.HEADERS }}
Expand Down

0 comments on commit ec026fd

Please sign in to comment.