pylhc / omc3

Python 3 codes for beam optics measurements and corrections in circular particle accelerators

Home Page:https://pylhc.github.io/omc3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of set-env usage in Github Actions

fsoubelet opened this issue · comments

As notified by Github here, the set-env command is currently deprecated and will be removed in the future. For now, it raises warnings in our CI runs.

I have used this command to set environment variables in the coverage workflow to distinguish between PR and push events when sending information to CodeClimate.

Github Actions now offer a new syntax to set environment variables that I will try to implement.