{"id":44438722,"url":"https://github.com/eaudeweb/drupal-artifact-action","last_synced_at":"2026-02-12T14:29:46.245Z","repository":{"id":42836143,"uuid":"474389451","full_name":"eaudeweb/drupal-artifact-action","owner":"eaudeweb","description":"GitHub action to create a Drupal 8+ release artifact","archived":false,"fork":false,"pushed_at":"2025-01-28T11:37:04.000Z","size":11,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":8,"default_branch":"1.x","last_synced_at":"2025-01-28T12:31:52.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eaudeweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-26T15:34:50.000Z","updated_at":"2024-09-08T10:49:29.000Z","dependencies_parsed_at":"2024-09-08T12:30:18.337Z","dependency_job_id":"197d14e4-dc69-4a7d-9558-f39f7400c500","html_url":"https://github.com/eaudeweb/drupal-artifact-action","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/eaudeweb/drupal-artifact-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-artifact-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-artifact-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-artifact-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-artifact-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eaudeweb","download_url":"https://codeload.github.com/eaudeweb/drupal-artifact-action/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-artifact-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-12T14:29:42.690Z","updated_at":"2026-02-12T14:29:46.233Z","avatar_url":"https://github.com/eaudeweb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Create a Drupal 8+ release\n\nThis GitHub action creates a Drupal 8+ release artifact uploaded to be reused for subsequent workflow steps.\n\n## Usage\n\n\n```yml\non: [pull_request]\nname: Tests and code\njobs:\n  qa:\n    runs-on: ubuntu-latest\n    steps:\n\n      - uses: cristiroma/drupal-release-action@alpha\n```\n\n## Environment\n\n- `GITHUB_SHA` - It uses this environment variable to compute an artifact filename based on first 7 characters from SHA.\n\n## Outputs\n\nSince `v1.2`:\n\n- `filename` - Artifact full archive filename, e.g. `release-a0c2b31.tar.gz`\n- `base` - Artifact archive base name, e.g. `release-a0c2b31`\n- `sha7` - Artifact 7-characters SHA , e.g. `a0c2b31`\n\n**Example 1** - Using output from a job to another job, where `build` creates the artifact archive and `deploy` downloads the artifact\n\n```yml\non: push\njobs:\n  build:\n    name: \"Create release archive\"\n    runs-on: ubuntu-latest\n    outputs:\n      filename: ${{ steps.release.outputs.filename }}\n      base: ${{ steps.release.outputs.base }}\n      sha7: ${{ steps.release.outputs.sha7 }}\n    steps:\n      - uses: actions/checkout@v2\n        with:\n          fetch-depth: 1\n      - uses: cristiroma/drupal-install-action@main\n      - name: \"Build artifact\"\n        id: release\n        uses: cristiroma/drupal-release-action@main\n\n  deploy:\n    name: \"Deploy release\"\n    runs-on: ubuntu-latest\n    needs: build\n    steps:\n      - name: Download artifact\n        uses: actions/download-artifact@v3\n        with:\n          name: ${{ needs.build.outputs.filename }}\n```\n\n**Example 2** - Using output from a step to next step\n\n```yml\n    steps:\n      - uses: actions/checkout@v2\n        with:\n          fetch-depth: 1\n      - uses: cristiroma/drupal-install-action@main\n      - name: 'Build artifact'\n        id: build\n        uses: cristiroma/drupal-release-action@main\n      - name: \"Copy to server\"\n        run: |\n          scp ${{ steps.build.outputs.filename }} server:${{ steps.build.outputs.filename }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fdrupal-artifact-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feaudeweb%2Fdrupal-artifact-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fdrupal-artifact-action/lists"}