We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is from a workflow triggered by cron: https://github.com/NullVoxPopuli/limber/actions/runs/4533764809/jobs/7987019509#step:5:22
Whole workflow is here:
name: Preview Embroider Upgrade on: schedule: # Runs "at minute 0 minutes past midnight" (see https://crontab.guru) # - cron: '0 0 * * *' - cron: '0/30 * * * *' env: branch: "use-unstable-embroider" title: "[Unstable] Preview embroider upgrade" body: | Automated and continuously updated PR (nightly via cron) _Do not merge_ jobs: update_unstable_branch: name: Update Unstable Branch runs-on: ubuntu-latest timeout-minutes: 5 steps: - uses: actions/checkout@v3 - uses: NullVoxPopuli/[email protected] - run: ./dev/update-unstable-embroider.sh - uses: tretuna/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FROM_BRANCH: ${{ env.branch }} TO_BRANCH: 'main' PULL_REQUEST_TITLE: ${{ env.title }} PULL_REQUEST_BODY: ${{ env.body }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is from a workflow triggered by cron:
https://github.com/NullVoxPopuli/limber/actions/runs/4533764809/jobs/7987019509#step:5:22
Whole workflow is here:
The text was updated successfully, but these errors were encountered: