Skip to content

Commit

Permalink
Update pacttest-uploader.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeux committed Mar 17, 2023
1 parent 3f42af7 commit cdcd832
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/actions/pacttest-uploader.yml
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@

name: 'Pacttest uploader'
description: 'This is a pacttest uploader'
inputs:
DOCKER_IMAGE_URL:
description: 'Full URL for docker image'
required: true
runs:
using: 'composite'
steps:
- name: Run the image, and copy the json files locally
run: ls

0 comments on commit cdcd832

Please sign in to comment.