In the current GitHub Actions configuration, there is an issue with the ChristopherHX/gitea-actions-runner where the expected output of ${{ github.job }} is 'android', but the actual output does not match this expectation.
The actual output of ${{ github.job }} does not match the expected value android.
using ChristopherHX/gitea-actions-runner in conjunction with actions-runner/bin/Runner.Worker
Expected Behavior
Expect ${{ github.job }} to output android as specified in the configuration.
https://gitea.com/gitea/act_runner
Issue Description
In the current GitHub Actions configuration, there is an issue with the ChristopherHX/gitea-actions-runner where the expected output of ${{ github.job }} is 'android', but the actual output does not match this expectation.
Relevant Configuration
Actual Behavior
The actual output of
${{ github.job }}
does not match the expected valueandroid
.using ChristopherHX/gitea-actions-runner in conjunction with actions-runner/bin/Runner.Worker
Expected Behavior
Expect
${{ github.job }}
to outputandroid
as specified in the configuration.https://gitea.com/gitea/act_runner