Currently I have a properties file(test.properties) it has all the key pair values, Is there any way that i can add these values to $GITHUB_ENV ??
test.properties ->
- username1=user1
- username2=user2
I haven't added anything in the workflow yet just want to echo all the properties from the proeperties file..