Skip to content

Commit

Permalink
COMP: Fix "Invalid workflow file"
Browse files Browse the repository at this point in the history
GitHub Actions /.github/workflows/build-test-package.yml
Invalid workflow file
You have an error in your yaml syntax on line 11
  • Loading branch information
dzenanz committed Aug 29, 2024
1 parent b236dd2 commit 43836b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ on:
push:
branches:
- main
tags:
- 'v*'
pull_request:
branches:
- main

on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
secrets:
pypi_password: ${{ secrets.pypi_password }}
pypi_password: ${{ "{{" }} secrets.pypi_password {{ "}}" }}

0 comments on commit 43836b5

Please sign in to comment.