diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/verify/action.yml b/validate/action.yml similarity index 77% rename from verify/action.yml rename to validate/action.yml index 0dcb99b..83a222f 100644 --- a/verify/action.yml +++ b/validate/action.yml @@ -8,7 +8,7 @@ inputs: runs: using: "composite" steps: - - name: Verify image + - name: Validate image uses: docker://git.fml128.ch/fml128/idkyet-builder:2024.04.031700 with: - args: verify ${{ inputs.layer_config_file }} \ No newline at end of file + args: validate ${{ inputs.layer_config_file }} \ No newline at end of file