this may fix #607 fixing nalu size when offset is not 0 #89
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File: .github/workflows/workflow.yml | |
on: [push] | |
name: okteto | |
jobs: | |
devflow: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: okteto/context@latest | |
with: | |
token: ${{ secrets.OKTETO_TOKEN }} | |
- uses: okteto/namespace@latest | |
with: | |
namespace: mpromonet | |
- uses: okteto/pipeline@latest | |
with: | |
name: master |