Skip to content

Bump python from 3.13.0a5 to 3.13.0a6 #307

Bump python from 3.13.0a5 to 3.13.0a6

Bump python from 3.13.0a5 to 3.13.0a6 #307

Workflow file for this run

name: Push To GitLab
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Mirror + trigger CI
uses: SvanBoxel/gitlab-mirror-and-ci-action@master
with:
args: "https://gitlab.com/yasserbdj96/hiphp"
env:
FORCE_PUSH: "false"
GITLAB_HOSTNAME: "gitlab.com"
GITLAB_USERNAME: "yasserbdj96"
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}