Update EU.yml

This commit is contained in:
kholdfuzion 2025-04-25 13:04:19 -04:00 committed by GitHub
parent c9d314b7ea
commit 754a0a977e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 17 deletions

View File

@ -23,12 +23,12 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Bypass Cloudflare for GitHub Action # - name: Bypass Cloudflare for GitHub Action
uses: xiaotianxt/bypass-cloudflare-for-github-action@v1.1.1 # uses: xiaotianxt/bypass-cloudflare-for-github-action@v1.1.1
with: # with:
cf_zone_id: ${{ secrets.CF_ZONE_ID }} # cf_zone_id: ${{ secrets.CF_ZONE_ID }}
cf_api_token: ${{ secrets.CF_API_TOKEN }} # cf_api_token: ${{ secrets.CF_API_TOKEN }}
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
- name: Install Depedencies - name: Install Depedencies
run: | run: |
@ -69,19 +69,19 @@ jobs:
- name: Stats - name: Stats
run: python3 tools/ge-stats.py --version eu --report run: python3 tools/ge-stats.py --version eu --report
- name: Upload output files # - name: Upload output files
uses: AXDOOMER/copy_file_to_another_repo_action@e54ae5087212906dac7ef96dee19e31190913257 # uses: AXDOOMER/copy_file_to_another_repo_action@e54ae5087212906dac7ef96dee19e31190913257
env: # env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} # API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
API_TOKEN_USER: ${{ secrets.API_TOKEN_USER }} # API_TOKEN_USER: ${{ secrets.API_TOKEN_USER }}
API_TOKEN_EMAIL: ${{ secrets.API_TOKEN_EMAIL }} # API_TOKEN_EMAIL: ${{ secrets.API_TOKEN_EMAIL }}
with: # with:
destination_repo: 'kholdfuzion/goldeneyestatus' # destination_repo: 'kholdfuzion/goldeneyestatus'
user_email: $API_TOKEN_EMAIL # user_email: $API_TOKEN_EMAIL
user_name: $API_TOKEN_USER # user_name: $API_TOKEN_USER
source_file: tools/report/EU.htm # source_file: tools/report/EU.htm
#need way of telling report that EU passed/failed #need way of telling report that EU passed/failed