Skip to content

update

update #4

Workflow file for this run

name: bot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_TERM_COLOR: always
CARGO_LOCA: "Cargo.toml"
CARGO_BIN: "cli"
permissions:
contents: write
on:
workflow_dispatch:
push:
branches:
- "master"
jobs:
pre:
runs-on: ubuntu-latest
outputs:
cargo_loc: ${{ env.CARGO_LOCA }}
cargo_bin: ${{ env.CARGO_BIN }}
steps:
- run: echo "Bypass GitHub Action Restriction"
call:
needs:
- pre
uses: AUTOM77/Rust-Actions/.github/workflows/_botX.yml@main

Check failure on line 30 in .github/workflows/bot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bot.yml

Invalid workflow file

error parsing called workflow ".github/workflows/bot.yml" -> "AUTOM77/Rust-Actions/.github/workflows/_botX.yml@main" : failed to fetch workflow: workflow was not found.
with:
cargo_loc: ${{ needs.pre.outputs.cargo_loc }}
cargo_bin: ${{ needs.pre.outputs.cargo_bin }}
external: libgtk-3-dev
secrets: inherit