We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55bcbd1 commit d238dc4Copy full SHA for d238dc4
.github/workflows/debian.yml
@@ -39,14 +39,14 @@ jobs:
39
buildx:
40
runs-on: ubuntu-latest
41
steps:
42
- - name: Bypass Cloudflare for Github Action Pro
43
- uses: snowdreamtech/[email protected]
44
- with:
45
- mode: "list"
46
- cf_account_id: ${{ secrets.CF_ACCOUNT_ID }}
47
- cf_api_token: ${{ secrets.CF_API_TOKEN }}
48
- cf_zone_id: ${{ secrets.CF_ZONE_ID }}
49
- github_api_token: ${{ secrets.GITHUB_TOKEN }}
+ # - name: Bypass Cloudflare for Github Action Pro
+ # uses: snowdreamtech/[email protected]
+ # with:
+ # mode: "list"
+ # cf_account_id: ${{ secrets.CF_ACCOUNT_ID }}
+ # cf_api_token: ${{ secrets.CF_API_TOKEN }}
+ # cf_zone_id: ${{ secrets.CF_ZONE_ID }}
+ # github_api_token: ${{ secrets.GITHUB_TOKEN }}
50
- name: Free Disk Space (Ubuntu)
51
uses: jlumbroso/[email protected]
52
with:
0 commit comments