Skip to content

buildkite claim concat #5

buildkite claim concat

buildkite claim concat #5

name: CI
on:
issue_comment:
types: [created]
jobs:
artifacts:
name: Artifacts
if: github.event.issue.pull_request && contains(github.event.comment.body, '/publish') && github.event.comment.user.login == 'Oded-B'
uses: ./.github/workflows/artifacts.yaml

Check failure on line 12 in .github/workflows/publish-on-comment.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/publish-on-comment.yml (Line: 12, Col: 11): Error from called workflow Oded-B/dex/.github/workflows/artifacts.yaml@c5554ae7340c3b6df5750ce7dcb8fcb84da44bc9 (Line: 67, Col: 14): Unrecognized function: 'lowercase'. Located at position 1 within expression: lowercase(github.repository)
with:
publish: true
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
permissions:
contents: read
packages: write
id-token: write
security-events: write