runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
+ with:
+ fetch-depth: '0'
- uses: mstachniuk/ci-skip@v1
with:
fail-fast: true
- name: fix the broken Encode module
run: |
cpanm Encode
+ - uses: actions/checkout@main
+ if: ${{ env.USE_ARTEFACTS_CACHE == 'yes' }}
+ with:
+ ref: ci-artefacts
+ path: old-artefacts
- name: load old artefacts
if: ${{ env.USE_ARTEFACTS_CACHE == 'yes' }}
run:
This repository contains scripts available at
[scripts.irssi.org](http://scripts.irssi.org).
-[](https://travis-ci.org/irssi/scripts.irssi.org)
+
### Contributing
git config user.email "scripts@irssi.org"
git config user.name "Irssi Scripts Helper"
git checkout master
-git config -l --show-origin
if [[ "$(git log -1 --format=%an)" != "$(git config user.name)" &&
"$(git log -1 --format=%cn)" != "$(git config user.name)" ]] {
#!/bin/zsh
-if { ! git clone -q --depth 1 -b ci-artefacts git://github.com/$GITHUB_REPOSITORY.git old-artefacts } {
- mkdir old-artefacts
-}
echo $(git log --format=%H -1 _testing .github) __ARTEFACTS_CI__>old-artefacts/new-changed-info
for f (scripts/*.pl) {
echo $(git hash-object $f) ${f:t} >>old-artefacts/new-changed-info